summaryrefslogtreecommitdiff
path: root/src/fcntl/O_RSYNC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/O_RSYNC.c')
-rw-r--r--src/fcntl/O_RSYNC.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fcntl/O_RSYNC.c b/src/fcntl/O_RSYNC.c
new file mode 100644
index 00000000..a867c13d
--- /dev/null
+++ b/src/fcntl/O_RSYNC.c
@@ -0,0 +1,5 @@
+#include <fcntl.h>
+#define O_RSYNC (1<<11)
+/*
+POSIX(199309)
+*/