summaryrefslogtreecommitdiff
path: root/libc/misc/internals
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-14 13:50:39 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-14 13:50:39 +0000
commit8b7e919bac6bc01a61f24a040daac383fb5ec84d (patch)
treef141c54628babadddf33bf6cea0e25d7b7516b7c /libc/misc/internals
parent3c2175b12b8a6cd2362a8c5bd8e2e31d54a8b4da (diff)
Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit
Diffstat (limited to 'libc/misc/internals')
-rw-r--r--libc/misc/internals/__uClibc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/internals/__uClibc_main.c b/libc/misc/internals/__uClibc_main.c
index f3fda108b..bbb770af5 100644
--- a/libc/misc/internals/__uClibc_main.c
+++ b/libc/misc/internals/__uClibc_main.c
@@ -56,7 +56,7 @@ strong_alias(__stack_chk_guard,__guard)
/*
* Prototypes.
*/
-extern void weak_function _stdio_init(void);
+extern void weak_function _stdio_init(void) attribute_hidden;
extern int *weak_const_function __errno_location(void);
extern int *weak_const_function __h_errno_location(void);
#ifdef __UCLIBC_HAS_LOCALE__