Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
f6fbbc09e9cd02b9ff25a5328b5ac82ce1ba1e94
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
nacl
/
sigaction.c
blob: 898486eea56051aeda410986b5c85f6102818aad [
file
] [
log
] [
blame
]
#if IS_IN (libpthread)
/* This placeholder file prevents nptl/sigaction.c from being compiled.
For NaCl, there is no need for a separate sigaction in libpthread. */
#else
/* Get the standard stub. */
#include
<
signal
/
sigaction
.
c
>
#endif