summaryrefslogtreecommitdiff
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)
*/