summaryrefslogtreecommitdiff
path: root/libc/inet/getnetent.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-08 11:23:12 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-08 11:23:12 +0000
commit07122faf105b671e28a1e5208ebfd46aab3445bd (patch)
tree9a2a2bb04e918a973a96aaff97436897930d7405 /libc/inet/getnetent.c
parent8dfcc8ad326fe995a33671318809ff4c522fcb3e (diff)
hide internal _net_stayopen symbol
Diffstat (limited to 'libc/inet/getnetent.c')
-rw-r--r--libc/inet/getnetent.c2
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)
{