summaryrefslogtreecommitdiff
path: root/libgcompat/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgcompat/pwd.c')
-rw-r--r--libgcompat/pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcompat/pwd.c b/libgcompat/pwd.c
index 34c5d7b..7b925ca 100644
--- a/libgcompat/pwd.c
+++ b/libgcompat/pwd.c
@@ -77,7 +77,7 @@ int fgetpwent_r(FILE *stream, struct passwd *pwd, char *buf, size_t len,
{
assert(stream != NULL);
- return fgetpwent_r(stream, pwd, buf, len, result);
+ return __fgetpwent_r(stream, pwd, buf, len, result);
}
/**