diff options
Diffstat (limited to 'include/grp_.h')
-rw-r--r-- | include/grp_.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grp_.h b/include/grp_.h index 0ce274c..7cb0d4a 100644 --- a/include/grp_.h +++ b/include/grp_.h @@ -32,7 +32,7 @@ extern struct group * fgetgrent __P ((FILE * file)); extern int setgroups __P ((size_t n, __const gid_t * groups)); extern int initgroups __P ((__const char * user, gid_t gid)); -extern struct group * __getgrent __P ((int grp_fd)); +extern struct group * bb_getgrent __P ((int grp_fd)); #endif /* USE_SYSTEM_PWD_GRP */ #endif /* __CONFIG_GRP_H */ |