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 c20853fc71..ad96e4a0fe 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -150,6 +150,7 @@ clnt_sperror (CLIENT * rpch, const char *msg) *++str = '\0'; return (strstart); } +libc_hidden_def (clnt_sperror) void clnt_perror (CLIENT * rpch, const char *msg) @@ -161,6 +162,7 @@ clnt_perror (CLIENT * rpch, const char *msg) #endif (void) fputs (clnt_sperror (rpch, msg), stderr); } +libc_hidden_def (clnt_perror) struct rpc_errtab @@ -282,6 +284,7 @@ clnt_sperrno (enum clnt_stat stat) } return _("RPC: (unknown error code)"); } +libc_hidden_def (clnt_sperrno) void clnt_perrno (enum clnt_stat num) @@ -329,6 +332,7 @@ clnt_spcreateerror (const char *msg) *++cp = '\0'; return str; } +libc_hidden_def (clnt_spcreateerror) void clnt_pcreateerror (const char *msg) |