aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dlmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlmalloc.c b/src/dlmalloc.c
index 7dc24006..864117dd 100644
--- a/src/dlmalloc.c
+++ b/src/dlmalloc.c
@@ -592,7 +592,7 @@ MAX_RELEASE_CHECK_RATE default: 4095 unless not HAVE_MMAP
#define MMAP_CLEARS 1
#endif /* MMAP_CLEARS */
#ifndef HAVE_MREMAP
-#if linux && !defined(EMSCRIPTEN)
+#if linux
#define HAVE_MREMAP 1
#else /* linux */
#define HAVE_MREMAP 0