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
/
sys
/
wait
/
WIFSIGNALED.h
blob: 4c3305b9103113b0ba55d91ff457b96acb9891cc (
plain
)
1
2
3
4
5
#include <sys/wait.h> #define WIFSIGNALED(__stat_val) (__stat_val & 0x100) /* POSIX(1) */