summaryrefslogtreecommitdiff
path: root/klibc/klibc/include/grp.h
diff options
context:
space:
mode:
Diffstat (limited to 'klibc/klibc/include/grp.h')
-rw-r--r--klibc/klibc/include/grp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/klibc/klibc/include/grp.h b/klibc/klibc/include/grp.h
deleted file mode 100644
index 03ceb31560..0000000000
--- a/klibc/klibc/include/grp.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * 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 */