aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/grent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/grent.c')
-rw-r--r--libpwdgrp/grent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/grent.c b/libpwdgrp/grent.c
index 609ed1a46..ff3c49e68 100644
--- a/libpwdgrp/grent.c
+++ b/libpwdgrp/grent.c
@@ -50,5 +50,5 @@ struct group *getgrent(void)
{
if (grp_fd == -1)
return NULL;
- return __getgrent(grp_fd);
+ return bb_getgrent(grp_fd);
}