chiark / gitweb /
03ceb315603aa9119f3cd31fdac363b0ed4fb358
[elogind.git] / klibc / include / grp.h
1 /*
2  * grp.h
3  */
4
5 #ifndef _GRP_H
6 #define _GRP_H
7
8 #include <klibc/extern.h>
9 #include <sys/types.h>
10
11 __extern int setgroups(size_t, const gid_t *);
12
13 #endif /* _GRP_H */