summaryrefslogtreecommitdiff
path: root/libc/sunrpc/auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sunrpc/auth_unix.c')
-rw-r--r--libc/sunrpc/auth_unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sunrpc/auth_unix.c b/libc/sunrpc/auth_unix.c
index d3b5dc7de..68b42d7b1 100644
--- a/libc/sunrpc/auth_unix.c
+++ b/libc/sunrpc/auth_unix.c
@@ -149,7 +149,7 @@ no_memory:
marshal_new_auth (auth);
return auth;
}
-libc_hidden_nolink (authunix_create, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (authunix_create, GLIBC_2_0)
/*
* Returns an auth handle with parameters determined by doing lots of
@@ -216,7 +216,7 @@ authunix_create_default (void)
#ifdef EXPORT_RPC_SYMBOLS
libc_hidden_def (authunix_create_default)
#else
-libc_hidden_nolink (authunix_create_default, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (authunix_create_default, GLIBC_2_0)
#endif
/*