diff options
Diffstat (limited to 'libc/inet/getnetbynm.c')
-rw-r--r-- | libc/inet/getnetbynm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/inet/getnetbynm.c b/libc/inet/getnetbynm.c index 9f3655121..d3f283106 100644 --- a/libc/inet/getnetbynm.c +++ b/libc/inet/getnetbynm.c @@ -22,9 +22,9 @@ #include <unistd.h> /* Experimentally off - libc_hidden_proto(strcmp) */ -libc_hidden_proto(setnetent) -libc_hidden_proto(getnetent) -libc_hidden_proto(endnetent) +/* libc_hidden_proto(setnetent) */ +/* libc_hidden_proto(getnetent) */ +/* libc_hidden_proto(endnetent) */ extern smallint _net_stayopen attribute_hidden; |