diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-07 02:32:27 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-07 02:32:27 +0000 |
commit | e523bd15353350c3480b8a1820a0944b0fa8212e (patch) | |
tree | 60485116f9c62c306bb753f12f9d4eb79d16aa4e /libc/stdio/_stdio.c | |
parent | 3b3434516a3415d7e0f4e1d50c553876dcb337b2 (diff) | |
download | uClibc-alpine-e523bd15353350c3480b8a1820a0944b0fa8212e.tar.bz2 uClibc-alpine-e523bd15353350c3480b8a1820a0944b0fa8212e.tar.xz |
Big fricking merge from trunk.
Diffstat (limited to 'libc/stdio/_stdio.c')
-rw-r--r-- | libc/stdio/_stdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c index d0c221361..e8d90a800 100644 --- a/libc/stdio/_stdio.c +++ b/libc/stdio/_stdio.c @@ -188,7 +188,7 @@ void attribute_hidden __stdio_init_mutex(pthread_mutex_t *m) /**********************************************************************/ /* We assume here that we are the only remaining thread. */ -void _stdio_term(void) +void attribute_hidden _stdio_term(void) { #if defined(__STDIO_BUFFERS) || defined(__UCLIBC_HAS_GLIBC_CUSTOM_STREAMS__) register FILE *ptr; @@ -258,7 +258,7 @@ void _stdio_term(void) #endif } -void _stdio_init(void) +void attribute_hidden _stdio_init(void) { #ifdef __STDIO_BUFFERS int old_errno = errno; |