diff options
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r-- | sunrpc/clnt_perr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index 734c2b3636..e6b2460ec5 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -270,7 +270,11 @@ clnt_perrno (enum clnt_stat num) { (void) __fxprintf (NULL, "%s", clnt_sperrno (num)); } +#ifdef EXPORT_RPC_SYMBOLS +libc_hidden_def (clnt_perrno) +#else libc_hidden_nolink (clnt_perrno, GLIBC_2_0) +#endif char * clnt_spcreateerror (const char *msg) |