summaryrefslogtreecommitdiff
path: root/src/sys/stat/S_IXUSR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat/S_IXUSR.h')
-rw-r--r--src/sys/stat/S_IXUSR.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys/stat/S_IXUSR.h b/src/sys/stat/S_IXUSR.h
new file mode 100644
index 00000000..b4b8e494
--- /dev/null
+++ b/src/sys/stat/S_IXUSR.h
@@ -0,0 +1,5 @@
+#include <sys/stat.h>
+#define S_IXUSR (0100)
+/*
+POSIX(1)
+*/