aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c
index 449ce8a486..fbdcbc67c5 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -532,7 +532,7 @@ do { \
*/
#ifndef HAVE_MREMAP
-#define HAVE_MREMAP defined(__linux__) && !defined(__arm__)
+#define HAVE_MREMAP defined(__linux__)
#endif
/* Define USE_ARENAS to enable support for multiple `arenas'. These