summaryrefslogtreecommitdiff
path: root/libc/sunrpc/clnt_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sunrpc/clnt_gen.c')
-rw-r--r--libc/sunrpc/clnt_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sunrpc/clnt_gen.c b/libc/sunrpc/clnt_gen.c
index 2b7096cf2..df34672d7 100644
--- a/libc/sunrpc/clnt_gen.c
+++ b/libc/sunrpc/clnt_gen.c
@@ -175,5 +175,5 @@ clnt_create (const char *hostname, u_long prog, u_long vers,
#ifdef EXPORT_RPC_SYMBOLS
libc_hidden_def (clnt_create)
#else
-libc_hidden_nolink (clnt_create, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (clnt_create, GLIBC_2_0)
#endif