summarylogtreecommitdiffstats
path: root/xlocale-crash.patch
blob: e7bd661c4b3e66f0eb4cb4fd089a4a98967f964f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- __locale	2017-10-27 01:51:25.516580511 -0500
+++ __locale_new	2017-10-27 02:21:41.157925656 -0500
@@ -36,7 +36,7 @@
 # include <support/newlib/xlocale.h>
 #elif (defined(__GLIBC__) || defined(__APPLE__)      || defined(__FreeBSD__) \
     || defined(__EMSCRIPTEN__) || defined(__IBMCPP__))
-# include <xlocale.h>
+# include <locale.h>
 #elif defined(_LIBCPP_HAS_MUSL_LIBC)
 # include <support/musl/xlocale.h>
 #endif // __GLIBC__ || __APPLE__ || __FreeBSD__ || __sun__ || __EMSCRIPTEN__ || __IBMCPP__