aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grp_.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grp_.h b/include/grp_.h
index 0ce274cf0..7cb0d4af6 100644
--- a/include/grp_.h
+++ b/include/grp_.h
@@ -32,7 +32,7 @@ extern struct group * fgetgrent __P ((FILE * file));
32extern int setgroups __P ((size_t n, __const gid_t * groups)); 32extern int setgroups __P ((size_t n, __const gid_t * groups));
33extern int initgroups __P ((__const char * user, gid_t gid)); 33extern int initgroups __P ((__const char * user, gid_t gid));
34 34
35extern struct group * __getgrent __P ((int grp_fd)); 35extern struct group * bb_getgrent __P ((int grp_fd));
36 36
37#endif /* USE_SYSTEM_PWD_GRP */ 37#endif /* USE_SYSTEM_PWD_GRP */
38#endif /* __CONFIG_GRP_H */ 38#endif /* __CONFIG_GRP_H */