From: Peter S. Mazinger Date: Tue, 21 Mar 2006 19:54:34 +0000 (-0000) Subject: stderr does not have hidden version anymore, disable it's use X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a37bca9e7ad7471df86746f25337937b289933a3;p=uclinux-h8%2Fuclibc-ng.git stderr does not have hidden version anymore, disable it's use --- diff --git a/libc/unistd/getopt-susv3.c b/libc/unistd/getopt-susv3.c index df36bfbb8..c06f16ee9 100644 --- a/libc/unistd/getopt-susv3.c +++ b/libc/unistd/getopt-susv3.c @@ -37,7 +37,6 @@ libc_hidden_proto(fprintf) libc_hidden_proto(strchr) -libc_hidden_proto(stderr) #ifdef __UCLIBC_MJN3_ONLY__ #warning TODO: Enable gettext awareness.