Sign in
akaros
/
upstream
/
46cfc69bdb8606be7693f88fb235cd8bd85a83a4
/
.
/
tools
/
compilers
/
gcc-glibc
/
glibc-2.19-akaros
/
sysdeps
/
akaros
/
getgrent_r.c
blob: 6f696321fd3246b5509084347d0ce5c3e8e04f34 [
file
] [
log
] [
blame
]
#include
<grp.h>
int
getgrent_r
(
struct
group
*
gbuf
,
char
*
buf
,
size_t
buflen
,
struct
group
**
gbufp
)
{
return
0
;
}
stub_warning
(
getgrent_r
);