repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NaCl: Make fdopendir skip fcntl check.
[glibc.git]
/
sysdeps
/
nacl
/
sigaction.c
blob
898486eea56051aeda410986b5c85f6102818aad
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