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_SYNC.h
blob: 847420e54dd579fce2240aa7303e46ca6c466e07 (
plain
)
1
2
3
4
5
6
7
8
#include <fcntl.h> #define O_SYNC (1<<12) /* XOPEN(4) POSIX(199309) */