glibc/sysdeps/nacl/sigaction.c

12 lines
246 B
C
Raw Normal View History

2015-04-17 16:02:19 +00:00
#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