about summary refs log tree commit diff
path: root/login/getutent.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/getutent.c')
-rw-r--r--login/getutent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/login/getutent.c b/login/getutent.c
index 114f7dbbc7..2f6ccf0d3b 100644
--- a/login/getutent.c
+++ b/login/getutent.c
@@ -41,4 +41,5 @@ __getutent (void)
 
   return result;
 }
+libc_hidden_def (__getutent)
 weak_alias (__getutent, getutent)