Loading...
--- Libc/Libc-391.5.21/sys/other_libc_init.c
+++ Libc/Libc-391.1.21/sys/other_libc_init.c
@@ -22,11 +22,9 @@
*/
extern void __xlocale_init(void);
-extern void __guard_setup(void);
__private_extern__ void
other_libc_init(void)
{
__xlocale_init();
- __guard_setup();
}