Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
95fb2dde7777c6afbffd80eba79a88811db55290
/
.
/
bsd-getgrouplist.h
blob: ef9e60116bf6a84ef2ad058b33c0554f9ce46c15 [
file
] [
log
] [
blame
]
#ifndef
_BSD_GETGROUPLIST_H
#define
_BSD_GETGROUPLIST_H
#include
"config.h"
#ifndef
HAVE_GETGROUPLIST
#include
<grp.h>
int
getgrouplist
(
const
char
*,
gid_t
,
gid_t
*,
int
*);
#endif
#endif