diff options
Diffstat (limited to 'sunrpc/pmap_prot.c')
-rw-r--r-- | sunrpc/pmap_prot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pmap_prot.c b/sunrpc/pmap_prot.c index 5a2e052728..8df41dc5f2 100644 --- a/sunrpc/pmap_prot.c +++ b/sunrpc/pmap_prot.c @@ -49,4 +49,4 @@ xdr_pmap (xdrs, regs) return xdr_u_long (xdrs, ®s->pm_port); return FALSE; } -libc_hidden_nolink (xdr_pmap, GLIBC_2_0) +libc_hidden_nolink_sunrpc (xdr_pmap, GLIBC_2_0) |