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