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