hppa: fix loading of global pointer in _start [BZ #20277]
[glibc.git] / sysdeps / nacl / sigaction.c
blob898486eea56051aeda410986b5c85f6102818aad
1 #if IS_IN (libpthread)
3 /* This placeholder file prevents nptl/sigaction.c from being compiled.
4 For NaCl, there is no need for a separate sigaction in libpthread. */
6 #else
8 /* Get the standard stub. */
9 #include <signal/sigaction.c>
11 #endif