From e2abcdca396661cbe0ae2ddb13d5c2b85682c13a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:41:25 +0300 Subject: initial commit --- include/grp.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 include/grp.h (limited to 'include/grp.h') diff --git a/include/grp.h b/include/grp.h new file mode 100644 index 0000000..c59cf96 --- /dev/null +++ b/include/grp.h @@ -0,0 +1,4 @@ +#include_next +#define setgroupent(n) setgrent() +const char *group_from_gid(gid_t, int); +int gid_from_group(const char *, gid_t *); -- cgit v1.2.3