chiark / gitweb /
[PATCH] udev-test.pl: add check for textual uid/gid
[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 */