aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/jemalloc/patches/disable-nothrow.patch
blob: a63b0d48a00279718a7b668bc76b788d081255c6 (plain) (blame)
1
2
3
4
5
6
7
8
--- a/include/jemalloc/jemalloc-linux.h	(index)
+++ b/include/jemalloc/jemalloc-linux.h	(working tree)
@@ -40,1 +40,1 @@ extern "C" {
-#define JEMALLOC_USE_CXX_THROW
+/* #undef JEMALLOC_USE_CXX_THROW */
@@ -196,1 +196,1 @@ extern "C" {
-#  define JEMALLOC_NOTHROW JEMALLOC_ATTR(nothrow)
+#  define JEMALLOC_NOTHROW