mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbol
Before this change, the function had a default symbol version even without --enable-obsolete-rpc.
This commit is contained in:
parent
325081b9eb
commit
d7ebcd4380
@ -257,7 +257,11 @@ clnt_sperrno (enum clnt_stat stat)
|
||||
}
|
||||
return _("RPC: (unknown error code)");
|
||||
}
|
||||
#ifdef EXPORT_RPC_SYMBOLS
|
||||
libc_hidden_def (clnt_sperrno)
|
||||
#else
|
||||
libc_hidden_nolink_sunrpc (clnt_sperrno, GLIBC_2_0)
|
||||
#endif
|
||||
|
||||
void
|
||||
clnt_perrno (enum clnt_stat num)
|
||||
|
Loading…
Reference in New Issue
Block a user