blob: 898486eea56051aeda410986b5c85f6102818aad [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#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