diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-14 13:50:39 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-14 13:50:39 +0000 |
commit | 8b7e919bac6bc01a61f24a040daac383fb5ec84d (patch) | |
tree | f141c54628babadddf33bf6cea0e25d7b7516b7c /libc/stdlib/atexit.c | |
parent | 3c2175b12b8a6cd2362a8c5bd8e2e31d54a8b4da (diff) |
Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit
Diffstat (limited to 'libc/stdlib/atexit.c')
-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 fcf85391a..4cec3f320 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/atexit.c @@ -305,7 +305,7 @@ void __exit_handler(int status) #endif #ifdef L_exit -extern void weak_function _stdio_term(void); +extern void weak_function _stdio_term(void) attribute_hidden; void (*__exit_cleanup) (int) = 0; #ifdef __UCLIBC_HAS_THREADS__ pthread_mutex_t mylock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; |