aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/compat/fcntl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/compat/fcntl.h b/include/compat/fcntl.h
index 7dfedc6..feddb7b 100644
--- a/include/compat/fcntl.h
+++ b/include/compat/fcntl.h
@@ -30,3 +30,11 @@
30#ifndef FD_CLOEXEC 30#ifndef FD_CLOEXEC
31#define FD_CLOEXEC 1 31#define FD_CLOEXEC 1
32#endif 32#endif
33
34#ifndef S_IRGRP
35#define S_IRGRP 0
36#endif
37
38#ifndef S_IROTH
39#define S_IROTH 0
40#endif