diff options
Diffstat (limited to 'libc/inet/inet_net.c')
-rw-r--r-- | libc/inet/inet_net.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/inet/inet_net.c b/libc/inet/inet_net.c index 477d67dc9..6bade8aee 100644 --- a/libc/inet/inet_net.c +++ b/libc/inet/inet_net.c @@ -39,9 +39,7 @@ #include <arpa/inet.h> #ifdef __UCLIBC_HAS_XLOCALE__ -/* libc_hidden_proto(__ctype_b_loc) */ #elif defined __UCLIBC_HAS_CTYPE_TABLES__ -/* libc_hidden_proto(__ctype_b) */ #endif /* @@ -49,7 +47,6 @@ * The library routines call this routine to interpret * network numbers. */ -/* libc_hidden_proto(inet_network) */ in_addr_t inet_network(const char *cp) { |