summaryrefslogtreecommitdiff
path: root/libc/inet/getnetbyad.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/getnetbyad.c')
-rw-r--r--libc/inet/getnetbyad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/getnetbyad.c b/libc/inet/getnetbyad.c
index a257a1bd7..f0c661faa 100644
--- a/libc/inet/getnetbyad.c
+++ b/libc/inet/getnetbyad.c
@@ -23,7 +23,7 @@
#include <features.h>
#include <netdb.h>
-extern int _net_stayopen;
+extern int _net_stayopen attribute_hidden;
struct netent *getnetbyaddr (uint32_t net, int type)
{