summaryrefslogtreecommitdiff
path: root/src/unistd/R_OK.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/R_OK.c')
-rw-r--r--src/unistd/R_OK.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/R_OK.c b/src/unistd/R_OK.c
new file mode 100644
index 00000000..367b3d8a
--- /dev/null
+++ b/src/unistd/R_OK.c
@@ -0,0 +1,5 @@
+#include <unistd.h>
+#define R_OK 4
+/*
+POSIX(1)
+*/