summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlocale-crash.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/xlocale-crash.patch b/xlocale-crash.patch
index b1a171ab262d..e69de29bb2d1 100644
--- a/xlocale-crash.patch
+++ b/xlocale-crash.patch
@@ -1,11 +0,0 @@
---- __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__