From 07122faf105b671e28a1e5208ebfd46aab3445bd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 11:23:12 +0000 Subject: hide internal _net_stayopen symbol --- libc/inet/getnetbyad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/getnetbyad.c') 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 #include -extern int _net_stayopen; +extern int _net_stayopen attribute_hidden; struct netent *getnetbyaddr (uint32_t net, int type) { -- cgit v1.2.3