diff options
Diffstat (limited to 'sunrpc/pmap_prot2.c')
-rw-r--r-- | sunrpc/pmap_prot2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pmap_prot2.c b/sunrpc/pmap_prot2.c index 3213898ce8..57b0800178 100644 --- a/sunrpc/pmap_prot2.c +++ b/sunrpc/pmap_prot2.c @@ -110,4 +110,4 @@ xdr_pmaplist (xdrs, rp) rp = freeing ? &next : &((*rp)->pml_next); } } -libc_hidden_nolink (xdr_pmaplist, GLIBC_2_0) +libc_hidden_nolink_sunrpc (xdr_pmaplist, GLIBC_2_0) |