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