diff options
Diffstat (limited to 'src/fcntl/O_SYNC.h')
-rw-r--r-- | src/fcntl/O_SYNC.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fcntl/O_SYNC.h b/src/fcntl/O_SYNC.h new file mode 100644 index 00000000..847420e5 --- /dev/null +++ b/src/fcntl/O_SYNC.h @@ -0,0 +1,8 @@ +#include <fcntl.h> + +#define O_SYNC (1<<12) + +/* +XOPEN(4) +POSIX(199309) +*/ |