X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fgrp.h;h=518518512c99149526f1c831cf3b95620ace4f1d;hb=2697b4e755f0ca3f0c660894eb6e906a046789bb;hp=d4a3526a50936239d00ad66cde5873c7ce3d4f9a;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl 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