X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fgrp.h;h=0a55c62b6ff46861cee35e02293ed1d33360b3d0;hp=d4a3526a50936239d00ad66cde5873c7ce3d4f9a;hb=aaa9eb5101e3a748218fb9373dd9655b50582da2;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 diff --git a/include/grp.h b/include/grp.h index d4a3526a..0a55c62b 100644 --- a/include/grp.h +++ b/include/grp.h @@ -28,6 +28,12 @@ struct group *getgrent(void); void endgrent(void); void setgrent(void); +#if defined(_GNU_SOURCE) || defined(_BSD_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