blob: 19b1828c406c043635be25fd4ead2251d8e82b9d [file] [log] [blame]
/*
* 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 */