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