diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-20 00:19:01 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:29 +0200 |
commit | a9b153b6a8e66f00da69ab0cf2465767695fe86f (patch) | |
tree | 318af21f8c309b5071e5b51569453853137dbd08 /libc/inet/resolv.c | |
parent | b8634d3537fd8f2dadce04bc4d216c622e620065 (diff) |
resolv.c,time.c,_atexit.c: hide 3 locks
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/resolv.c')
-rw-r--r-- | libc/inet/resolv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c index 78de28337..b4246d377 100644 --- a/libc/inet/resolv.c +++ b/libc/inet/resolv.c @@ -405,7 +405,7 @@ typedef union sockaddr46_t { } sockaddr46_t; -__UCLIBC_MUTEX_EXTERN(__resolv_lock); +__UCLIBC_MUTEX_EXTERN(__resolv_lock) attribute_hidden; /* Protected by __resolv_lock */ extern void (*__res_sync)(void) attribute_hidden; |