summaryrefslogtreecommitdiff
path: root/include/mimalloc-internal.h
diff options
context:
space:
mode:
authordaan <daan@microsoft.com>2019-07-02 12:49:28 -0700
committerdaan <daan@microsoft.com>2019-07-02 12:49:28 -0700
commitaeff1db32b8dd552a9f643b71241519acafc125c (patch)
tree3a53949cd79dc86f642abfd0e2bb839a30341a5c /include/mimalloc-internal.h
parentd35fc6cdc44d209fcb12d5311a91f76604d5a8b5 (diff)
Fixing interpose on macOS
Diffstat (limited to 'include/mimalloc-internal.h')
-rw-r--r--include/mimalloc-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc-internal.h b/include/mimalloc-internal.h
index ef3b1fe..fbabbdc 100644
--- a/include/mimalloc-internal.h
+++ b/include/mimalloc-internal.h
@@ -10,7 +10,7 @@ terms of the MIT license. A copy of the license can be found in the file
#include "mimalloc-types.h"
-#if defined(MI_MALLOC_OVERRIDE) && defined(MI_INTERPOSE)
+#if defined(MI_MALLOC_OVERRIDE) && defined(__APPLE__)
#define MI_TLS_RECURSE_GUARD
#endif