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
/
fcntl
/
O_NONBLOCK.h
blob: 7ccda6ad2718b3e0fbf6bd5367ad2fc674f43cd9 (
plain
)
1
2
3
4
5
6
7
#include <fcntl.h> #define O_NONBLOCK (1<<10) /* POSIX(1) */