index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
signal
/
SA_NOCLDSTOP.c
blob: 37ec82818bb6cc462af9f7c23c24729901d551f5 (
plain
)
1
2
3
4
5
6
#include <signal.h> #define SA_NOCLDSTOP (1<<0) /* POSIX(1) */