lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #if IS_IN (libpthread) |
2 | |||||
3 | /* This placeholder file prevents nptl/sigaction.c from being compiled. | ||||
4 | For NaCl, there is no need for a separate sigaction in libpthread. */ | ||||
5 | |||||
6 | #else | ||||
7 | |||||
8 | /* Get the standard stub. */ | ||||
9 | #include <signal/sigaction.c> | ||||
10 | |||||
11 | #endif |