diff options
Diffstat (limited to 'libc/inet/getnetent.c')
-rw-r--r-- | libc/inet/getnetent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getnetent.c b/libc/inet/getnetent.c index 5e9a075e6..5a6af1b5a 100644 --- a/libc/inet/getnetent.c +++ b/libc/inet/getnetent.c @@ -24,7 +24,7 @@ #include <unistd.h> libc_hidden_proto(fopen) -libc_hidden_proto(fclose) +/* libc_hidden_proto(fclose) */ libc_hidden_proto(inet_network) libc_hidden_proto(rewind) libc_hidden_proto(fgets) |