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
/
WSTOPSIG.c
blob: 467729e4f64302293151c2cbff90d9203835dca9 (
plain
)
1
2
3
4
5
#include <sys/wait.h> #define WSTOPSIG(__stat_val) (__stat_val & 0xff) /* POSIX(1) */