diff options
Diffstat (limited to 'libc/inet/ntop.c')
-rw-r--r-- | libc/inet/ntop.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index 4583fc47f..57a0b8ccd 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -30,13 +30,6 @@ #include <string.h> #include <ctype.h> -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(strchr) */ -/* Experimentally off - libc_hidden_proto(strcpy) */ -/* Experimentally off - libc_hidden_proto(strlen) */ -/* libc_hidden_proto(sprintf) */ -/* libc_hidden_proto(tolower) */ /* * WARNING: Don't even consider trying to compile this on a system where @@ -352,7 +345,6 @@ inet_pton6(const char *src, u_char *dst) * author: * Paul Vixie, 1996. */ -/* libc_hidden_proto(inet_ntop) */ const char * inet_ntop(int af, const void *src, char *dst, socklen_t size) { @@ -383,7 +375,6 @@ libc_hidden_def(inet_ntop) * author: * Paul Vixie, 1996. */ -/* libc_hidden_proto(inet_pton) */ int inet_pton(int af, const char *src, void *dst) { |