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