diff options
Diffstat (limited to 'libc/inet/getnetbynm.c')
-rw-r--r-- | libc/inet/getnetbynm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getnetbynm.c b/libc/inet/getnetbynm.c index f4e9b817e..ef3d06137 100644 --- a/libc/inet/getnetbynm.c +++ b/libc/inet/getnetbynm.c @@ -24,7 +24,7 @@ #include <netdb.h> #include <string.h> -extern int _net_stayopen; +extern int _net_stayopen attribute_hidden; struct netent * getnetbyname(const char *name) |