summaryrefslogtreecommitdiff
path: root/libc/sunrpc/auth_none.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sunrpc/auth_none.c')
-rw-r--r--libc/sunrpc/auth_none.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sunrpc/auth_none.c b/libc/sunrpc/auth_none.c
index 5f252a954..3af596679 100644
--- a/libc/sunrpc/auth_none.c
+++ b/libc/sunrpc/auth_none.c
@@ -95,7 +95,7 @@ authnone_create (void)
__libc_once (authnone_private_guard, authnone_create_once);
return &authnone_private.no_client;
}
-libc_hidden_nolink (authnone_create, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (authnone_create, GLIBC_2_0)
static bool_t
authnone_marshal (AUTH *client, XDR *xdrs)