blob: 898486eea56051aeda410986b5c85f6102818aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
|