summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-21 19:54:34 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-21 19:54:34 +0000
commita37bca9e7ad7471df86746f25337937b289933a3 (patch)
tree26a900384c9836f3289a996737edddd24e01e183 /libc/unistd
parent4b807cb96cb7c9bab618e57865005fc7b2947b07 (diff)
stderr does not have hidden version anymore, disable it's use
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/getopt-susv3.c1
1 files changed, 0 insertions, 1 deletions
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.