summaryrefslogtreecommitdiff
path: root/libc/sunrpc/publickey.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sunrpc/publickey.c')
-rw-r--r--libc/sunrpc/publickey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sunrpc/publickey.c b/libc/sunrpc/publickey.c
index 9e44199dd..2dca4f256 100644
--- a/libc/sunrpc/publickey.c
+++ b/libc/sunrpc/publickey.c
@@ -1,5 +1,5 @@
/* Get public or secret key from key server.
- Copyright (C) 1996-1999,2002,2007 Free Software Foundation, Inc.
+ Copyright (C) 1996-1999,2002,2007,2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -76,7 +76,7 @@ getpublickey (const char *name, char *key)
return status == NSS_STATUS_SUCCESS;
}
-libc_hidden_nolink (getpublickey, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (getpublickey, GLIBC_2_0)
int
@@ -119,4 +119,4 @@ getsecretkey (const char *name, char *key, const char *passwd)
return status == NSS_STATUS_SUCCESS;
}
-libc_hidden_nolink (getsecretkey, GLIBC_2_0)
+libc_hidden_nolink_sunrpc (getsecretkey, GLIBC_2_0)