1#include_next <grp.h>
2#define setgroupent(n) setgrent()
3const char *group_from_gid(gid_t, int);
4int gid_from_group(const char *, gid_t *);
1#include_next <grp.h>
2#define setgroupent(n) setgrent()
3const char *group_from_gid(gid_t, int);
4int gid_from_group(const char *, gid_t *);