summaryrefslogtreecommitdiff
path: root/libc/unistd
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-18 01:10:26 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-18 01:10:26 +0000
commit933df87e4e9a8d7f6901dd0417b0006c5b132439 (patch)
treeb5ef20e5b2c3d151fd4de60d4e27ebedc00c82d0 /libc/unistd
parente8c6de1939e1f8a2898a0e53134fa175560b9469 (diff)
libc_hidden_proto removal, a few more functions
Diffstat (limited to 'libc/unistd')
-rw-r--r--libc/unistd/getopt-susv3.c2
-rw-r--r--libc/unistd/getopt.c2
-rw-r--r--libc/unistd/getpass.c2
-rw-r--r--libc/unistd/usershell.c6
4 files changed, 6 insertions, 6 deletions
diff --git a/libc/unistd/getopt-susv3.c b/libc/unistd/getopt-susv3.c
index c22dd9ffb..fc8e32111 100644
--- a/libc/unistd/getopt-susv3.c
+++ b/libc/unistd/getopt-susv3.c
@@ -23,7 +23,7 @@
#include <stdio.h>
#include <getopt.h>
-libc_hidden_proto(fprintf)
+/* libc_hidden_proto(fprintf) */
/* Experimentally off - libc_hidden_proto(strchr) */
#ifdef __UCLIBC_MJN3_ONLY__
diff --git a/libc/unistd/getopt.c b/libc/unistd/getopt.c
index ac005e4f8..cdd0c2029 100644
--- a/libc/unistd/getopt.c
+++ b/libc/unistd/getopt.c
@@ -126,7 +126,7 @@
/* Experimentally off - libc_hidden_proto(strlen) */
/* Experimentally off - libc_hidden_proto(strncmp) */
libc_hidden_proto(getenv)
-libc_hidden_proto(fprintf)
+/* libc_hidden_proto(fprintf) */
/* For communication from `getopt' to the caller.
When `getopt' finds an option that takes an argument,
diff --git a/libc/unistd/getpass.c b/libc/unistd/getpass.c
index d1100b308..deaab122a 100644
--- a/libc/unistd/getpass.c
+++ b/libc/unistd/getpass.c
@@ -28,7 +28,7 @@ libc_hidden_proto(tcsetattr)
libc_hidden_proto(tcgetattr)
libc_hidden_proto(setvbuf)
libc_hidden_proto(fopen)
-libc_hidden_proto(fclose)
+/* libc_hidden_proto(fclose) */
libc_hidden_proto(fileno)
libc_hidden_proto(fflush)
libc_hidden_proto(fgets)
diff --git a/libc/unistd/usershell.c b/libc/unistd/usershell.c
index 1bf143daf..219e3fdc8 100644
--- a/libc/unistd/usershell.c
+++ b/libc/unistd/usershell.c
@@ -44,14 +44,14 @@
libc_hidden_proto(fstat)
libc_hidden_proto(fopen)
-libc_hidden_proto(fclose)
+/* libc_hidden_proto(fclose) */
libc_hidden_proto(__fsetlocking)
libc_hidden_proto(fileno)
libc_hidden_proto(fgets_unlocked)
#ifdef __UCLIBC_HAS_XLOCALE__
-libc_hidden_proto(__ctype_b_loc)
+/* libc_hidden_proto(__ctype_b_loc) */
#elif defined __UCLIBC_HAS_CTYPE_TABLES__
-libc_hidden_proto(__ctype_b)
+/* libc_hidden_proto(__ctype_b) */
#endif
/*