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