mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
5 lines
139 B
C
5 lines
139 B
C
#include_next <grp.h>
|
|
#define setgroupent(n) setgrent()
|
|
const char *group_from_gid(gid_t, int);
|
|
int gid_from_group(const char *, gid_t *);
|