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