about summary refs log tree commit diff
path: root/sunrpc/netname.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/netname.c')
-rw-r--r--sunrpc/netname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sunrpc/netname.c b/sunrpc/netname.c
index 9deb6d2d8d..dd275f133c 100644
--- a/sunrpc/netname.c
+++ b/sunrpc/netname.c
@@ -55,6 +55,7 @@ user2netname (char netname[MAXNETNAMELEN + 1], const uid_t uid,
     netname[i - 1] = '\0';
   return 1;
 }
+libc_hidden_def (user2netname)
 
 int
 host2netname (char netname[MAXNETNAMELEN + 1], const char *host,