X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fgrp.h;h=518518512c99149526f1c831cf3b95620ace4f1d;hp=d4a3526a50936239d00ad66cde5873c7ce3d4f9a;hb=3f44f298e46b78cb8fe80be76798e799589ae55e;hpb=0f5b43550c071832afd0c2e21e9c9fe9a2260ac6 diff --git a/include/grp.h b/include/grp.h index d4a3526a..51851851 100644 --- a/include/grp.h +++ b/include/grp.h @@ -28,6 +28,12 @@ struct group *getgrent(void); void endgrent(void); void setgrent(void); +#ifdef _GNU_SOURCE +int getgrouplist(const char *, gid_t, gid_t *, int *); +int setgroups(size_t, const gid_t *); +int initgroups(const char *, gid_t); +#endif + #ifdef __cplusplus } #endif