summaryrefslogtreecommitdiff
path: root/klibc/klibc/include/grp.h
blob: 03ceb315603aa9119f3cd31fdac363b0ed4fb358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 */