]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(HAVE_MREMAP): Undo change of 1997-12-04.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Jul 2000 21:55:04 +0000 (21:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Jul 2000 21:55:04 +0000 (21:55 +0000)
malloc/malloc.c

index 449ce8a486df67890814d0a61ae412f7738795d7..fbdcbc67c50d6ff5f61078ec0a0201911cbe2488 100644 (file)
@@ -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