]> git.saurik.com Git - apple/libc.git/blobdiff - sys/other_libc_init.c
Libc-391.5.21.tar.gz
[apple/libc.git] / sys / other_libc_init.c
index 561e02d2f2756a336eb66e9bb29e8bf1bc32af82..14e038379aa7b5b1db2b6be09eea9d7d1346b71c 100644 (file)
  */
 
 extern void __xlocale_init(void);
+extern void __guard_setup(void);
 
 __private_extern__ void
 other_libc_init(void)
 {
        __xlocale_init();
+       __guard_setup();
 }