From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- libc/inet/rpc/clnt_perror.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libc/inet/rpc/clnt_perror.c') diff --git a/libc/inet/rpc/clnt_perror.c b/libc/inet/rpc/clnt_perror.c index e700e4137..201a3a353 100644 --- a/libc/inet/rpc/clnt_perror.c +++ b/libc/inet/rpc/clnt_perror.c @@ -54,7 +54,7 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro"; /* Experimentally off - libc_hidden_proto(strcpy) */ /* Experimentally off - libc_hidden_proto(strlen) */ /* libc_hidden_proto(sprintf) */ -libc_hidden_proto(__glibc_strerror_r) +/* libc_hidden_proto(__glibc_strerror_r) */ /* libc_hidden_proto(fputs) */ #ifdef USE_IN_LIBIO /* libc_hidden_proto(fwprintf) */ @@ -186,7 +186,7 @@ static const struct rpc_errtab rpc_errlist[] = /* * This interface for use by clntrpc */ -libc_hidden_proto(clnt_sperrno) +/* libc_hidden_proto(clnt_sperrno) */ char * clnt_sperrno (enum clnt_stat stat) { @@ -217,7 +217,7 @@ clnt_perrno (enum clnt_stat num) /* * Print reply error info */ -libc_hidden_proto(clnt_sperror) +/* libc_hidden_proto(clnt_sperror) */ char * clnt_sperror (CLIENT * rpch, const char *msg) { @@ -303,7 +303,7 @@ clnt_sperror (CLIENT * rpch, const char *msg) } libc_hidden_def(clnt_sperror) -libc_hidden_proto(clnt_perror) +/* libc_hidden_proto(clnt_perror) */ void clnt_perror (CLIENT * rpch, const char *msg) { @@ -316,7 +316,7 @@ clnt_perror (CLIENT * rpch, const char *msg) } libc_hidden_def(clnt_perror) -libc_hidden_proto(clnt_spcreateerror) +/* libc_hidden_proto(clnt_spcreateerror) */ char * clnt_spcreateerror (const char *msg) { -- cgit v1.2.3