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