aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/svc_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/svc_auth.c')
-rw-r--r--sunrpc/svc_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/svc_auth.c b/sunrpc/svc_auth.c
index 2ccfdaa..facbb13 100644
--- a/sunrpc/svc_auth.c
+++ b/sunrpc/svc_auth.c
@@ -105,7 +105,7 @@ _authenticate (register struct svc_req *rqst, struct rpc_msg *msg)
return AUTH_REJECTEDCRED;
}
-INTDEF(_authenticate)
+libc_hidden_nolink (_authenticate, GLIBC_2_1)
static enum auth_stat
_svcauth_null (struct svc_req *rqst, struct rpc_msg *msg)