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
/
WIFEXITED.c
blob: e0e32bcb72031b8eb0bb3bb8977707cbef08c4f8 (
plain
)
1
2
3
4
5
6
#include <sys/wait.h> #define WIFEXITED 2 /* POSIX(1) */