diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-20 03:10:54 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:29 +0200 |
commit | 56023566de1169f19911097f27297c21134e1fa3 (patch) | |
tree | 3940c16084bfba9a99ef77268b418f37793cb67f /libc/stdio | |
parent | 1d6099a2b4825b92cb09970ccfe998f8fef4d498 (diff) |
remove duplicate prototypes for _stdio_term().
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/stdio')
-rw-r--r-- | libc/stdio/_stdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c index 2abd63a4d..f9cbd46ea 100644 --- a/libc/stdio/_stdio.c +++ b/libc/stdio/_stdio.c @@ -185,7 +185,7 @@ void attribute_hidden __stdio_init_mutex(__UCLIBC_MUTEX_TYPE *m) /**********************************************************************/ /* We assume here that we are the only remaining thread. */ -void attribute_hidden _stdio_term(void) +void _stdio_term(void) { #if defined(__STDIO_BUFFERS) || defined(__UCLIBC_HAS_GLIBC_CUSTOM_STREAMS__) register FILE *ptr; |