summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
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/inet/resolv.c
parente8c6de1939e1f8a2898a0e53134fa175560b9469 (diff)
libc_hidden_proto removal, a few more functions
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r--libc/inet/resolv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index 793b4a756..c81249f02 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -180,7 +180,7 @@
libc_hidden_proto(socket)
/* libc_hidden_proto(close) */
libc_hidden_proto(fopen)
-libc_hidden_proto(fclose)
+/* libc_hidden_proto(fclose) */
libc_hidden_proto(random)
libc_hidden_proto(getservbyport)
libc_hidden_proto(gethostname)
@@ -211,12 +211,12 @@ libc_hidden_proto(res_init)
libc_hidden_proto(res_query)
libc_hidden_proto(res_querydomain)
libc_hidden_proto(gethostent_r)
-libc_hidden_proto(fprintf)
+/* libc_hidden_proto(fprintf) */
libc_hidden_proto(__h_errno_location)
#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
int __libc_getdomainname(char *name, size_t len);
libc_hidden_proto(__libc_getdomainname)