diff options
Diffstat (limited to 'api/posix/fcntl.h')
| -rw-r--r-- | api/posix/fcntl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/posix/fcntl.h b/api/posix/fcntl.h new file mode 100644 index 0000000..7e55e02 --- /dev/null +++ b/api/posix/fcntl.h @@ -0,0 +1,4 @@ +#pragma once + +#define O_RDONLY 0 + |
