chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / 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 */