From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/stdio/popen.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libc/stdio/popen.c') diff --git a/libc/stdio/popen.c b/libc/stdio/popen.c index e920b8d7e..d5c60cf2a 100644 --- a/libc/stdio/popen.c +++ b/libc/stdio/popen.c @@ -26,15 +26,6 @@ #warning "hmm... susv3 says Pipe streams are byte-oriented." #endif /* __UCLIBC_MJN3_ONLY__ */ -/* libc_hidden_proto(close) */ -/* libc_hidden_proto(_exit) */ -/* libc_hidden_proto(waitpid) */ -/* libc_hidden_proto(execl) */ -/* libc_hidden_proto(dup2) */ -/* libc_hidden_proto(fdopen) */ -/* libc_hidden_proto(pipe) */ -/* libc_hidden_proto(vfork) */ -/* libc_hidden_proto(fclose) */ /* uClinux-2.0 has vfork, but Linux 2.0 doesn't */ #include @@ -42,7 +33,6 @@ # define vfork fork # define VFORK_LOCK ((void) 0) # define VFORK_UNLOCK ((void) 0) -/* libc_hidden_proto(fork) */ #endif #ifndef VFORK_LOCK -- cgit v1.2.3