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