diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-21 19:54:34 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-21 19:54:34 +0000 |
commit | a37bca9e7ad7471df86746f25337937b289933a3 (patch) | |
tree | 26a900384c9836f3289a996737edddd24e01e183 /libc | |
parent | 4b807cb96cb7c9bab618e57865005fc7b2947b07 (diff) |
stderr does not have hidden version anymore, disable it's use
Diffstat (limited to 'libc')
-rw-r--r-- | libc/unistd/getopt-susv3.c | 1 |
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. |