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/stdlib | |
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/stdlib')
-rw-r--r-- | libc/stdlib/_atexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/_atexit.c b/libc/stdlib/_atexit.c index f49d5c3f4..770494eec 100644 --- a/libc/stdlib/_atexit.c +++ b/libc/stdlib/_atexit.c @@ -44,7 +44,7 @@ #include <atomic.h> #include <bits/uClibc_mutex.h> -__UCLIBC_MUTEX_EXTERN(__atexit_lock); +__UCLIBC_MUTEX_EXTERN(__atexit_lock) attribute_hidden; |