summarylogtreecommitdiffstats
path: root/xlocale-crash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xlocale-crash.patch')
-rw-r--r--xlocale-crash.patch15
1 files changed, 11 insertions, 4 deletions
diff --git a/xlocale-crash.patch b/xlocale-crash.patch
index 998e1e98514d..b1a171ab262d 100644
--- a/xlocale-crash.patch
+++ b/xlocale-crash.patch
@@ -1,4 +1,11 @@
-39c39
-< # include <xlocale.h>
----
-> # include <locale.h>
+--- __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__