diff options
Diffstat (limited to 'libc/inet/ntop.c')
-rw-r--r-- | libc/inet/ntop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index f19556dcd..e24ac8de1 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -35,8 +35,8 @@ /* 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) +/* libc_hidden_proto(sprintf) */ +/* libc_hidden_proto(tolower) */ /* * WARNING: Don't even consider trying to compile this on a system where |