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