Loading...
sys/other_libc_init.c Libc-391.5.21 Libc-391.2.3
--- Libc/Libc-391.5.21/sys/other_libc_init.c
+++ Libc/Libc-391.2.3/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();
 }