summarylogtreecommitdiffstats
path: root/xlocale-crash.patch
blob: b1a171ab262dbb3a5b0f8679bda6f624b506ddc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- __locale	2017-10-25 22:26:36.267094964 -0500
+++ __locale.new	2017-10-25 22:38:20.951904398 -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__