summaryrefslogtreecommitdiff
path: root/klibc/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/include/grp.h')
-rw-r--r--klibc/include/grp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/klibc/include/grp.h b/klibc/include/grp.h
new file mode 100644
index 0000000000..03ceb31560
--- /dev/null
+++ b/klibc/include/grp.h
@@ -0,0 +1,13 @@
+/*
+ * grp.h
+ */
+
+#ifndef _GRP_H
+#define _GRP_H
+
+#include <klibc/extern.h>
+#include <sys/types.h>
+
+__extern int setgroups(size_t, const gid_t *);
+
+#endif /* _GRP_H */