[CRT/STARTUP] For some reason we get unresolved external symbol ___globallocalestatus...
[reactos.git] / sdk / lib / crt / startup / crtexe.c
index 1bd193b..87da3da 100644 (file)
@@ -128,10 +128,11 @@ pre_c_init (void)
     {
       __setusermatherr (_matherr);
     }
-
+#ifndef __clang__ /* FIXME: CORE-14042 */
   if (__globallocalestatus == -1)
     {
     }
+#endif
   return 0;
 }