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