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