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/misc/wordexp/wordexp.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'libc/misc/wordexp/wordexp.c') diff --git a/libc/misc/wordexp/wordexp.c b/libc/misc/wordexp/wordexp.c index 4fb1aaa48..8167ed685 100644 --- a/libc/misc/wordexp/wordexp.c +++ b/libc/misc/wordexp/wordexp.c @@ -44,19 +44,19 @@ /* Experimentally off - libc_hidden_proto(strndup) */ /* Experimentally off - libc_hidden_proto(strspn) */ /* Experimentally off - libc_hidden_proto(strcspn) */ -libc_hidden_proto(setenv) -libc_hidden_proto(unsetenv) -libc_hidden_proto(waitpid) -libc_hidden_proto(kill) -libc_hidden_proto(getuid) -libc_hidden_proto(getpwnam_r) -libc_hidden_proto(getpwuid_r) -libc_hidden_proto(execve) -libc_hidden_proto(dup2) -libc_hidden_proto(atoi) -libc_hidden_proto(fnmatch) -libc_hidden_proto(pipe) -libc_hidden_proto(fork) +/* libc_hidden_proto(setenv) */ +/* libc_hidden_proto(unsetenv) */ +/* libc_hidden_proto(waitpid) */ +/* libc_hidden_proto(kill) */ +/* libc_hidden_proto(getuid) */ +/* libc_hidden_proto(getpwnam_r) */ +/* libc_hidden_proto(getpwuid_r) */ +/* libc_hidden_proto(execve) */ +/* libc_hidden_proto(dup2) */ +/* libc_hidden_proto(atoi) */ +/* libc_hidden_proto(fnmatch) */ +/* libc_hidden_proto(pipe) */ +/* libc_hidden_proto(fork) */ /* libc_hidden_proto(open) */ /* libc_hidden_proto(close) */ /* libc_hidden_proto(read) */ @@ -65,9 +65,9 @@ libc_hidden_proto(fork) /* libc_hidden_proto(sprintf) */ /* libc_hidden_proto(fprintf) */ /* libc_hidden_proto(abort) */ -libc_hidden_proto(glob) -libc_hidden_proto(globfree) -libc_hidden_proto(wordfree) +/* libc_hidden_proto(glob) */ +/* libc_hidden_proto(globfree) */ +/* libc_hidden_proto(wordfree) */ #ifdef __UCLIBC_HAS_XLOCALE__ /* libc_hidden_proto(__ctype_b_loc) */ #elif defined __UCLIBC_HAS_CTYPE_TABLES__ -- cgit v1.2.3