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 cd5f63ad5..77ecc4275 100644 --- a/libc/inet/getnetent.c +++ b/libc/inet/getnetent.c @@ -43,7 +43,7 @@ static char *line = NULL; static struct netent net; static char *net_aliases[MAXALIASES]; -int _net_stayopen; +int _net_stayopen attribute_hidden; void attribute_hidden __setnetent(int f) { |