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