summaryrefslogtreecommitdiff
path: root/api/posix/fcntl.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2024-02-11 23:48:04 +0000
committerAda Christine <adachristine18@gmail.com>2024-02-11 23:48:04 +0000
commit3f9278b48ff4bc0d2cf1604034b3bba548572f04 (patch)
treedbdabed3ff580079d2e21045d2cbc5b274c2e418 /api/posix/fcntl.h
parent9fbfc6e951e565ef98c49c1dcfc4b6a39514f17d (diff)
kjarna initial impl
Diffstat (limited to 'api/posix/fcntl.h')
-rw-r--r--api/posix/fcntl.h4
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
+