|
@@ -82,9 +82,12 @@ void internal_function _dl_aux_init (ElfW(auxv_t) *av);
|
|
|
|
|
|
* Prototypes.
|
|
|
*/
|
|
|
-extern void weak_function _stdio_init(void) attribute_hidden;
|
|
|
extern int *weak_const_function __errno_location(void);
|
|
|
+libc_hidden_proto(__errno_location)
|
|
|
extern int *weak_const_function __h_errno_location(void);
|
|
|
+libc_hidden_proto(__h_errno_location)
|
|
|
+
|
|
|
+extern void weak_function _stdio_init(void) attribute_hidden;
|
|
|
#ifdef __UCLIBC_HAS_LOCALE__
|
|
|
extern void weak_function _locale_init(void) attribute_hidden;
|
|
|
#endif
|