diff options
Diffstat (limited to 'libc/inet/addr.c')
-rw-r--r-- | libc/inet/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/addr.c b/libc/inet/addr.c index 93ef63fc8..c4d1b98d5 100644 --- a/libc/inet/addr.c +++ b/libc/inet/addr.c @@ -156,7 +156,7 @@ libc_hidden_def(inet_ntoa) #ifdef L_inet_makeaddr /* for some reason it does not remove the jump relocation */ -libc_hidden_proto(memmove) +/* Experimentally off - libc_hidden_proto(memmove) */ /* * Formulate an Internet address from network + host. Used in |