From: Ulrich Drepper Date: Thu, 27 Jul 2000 21:55:04 +0000 (+0000) Subject: (HAVE_MREMAP): Undo change of 1997-12-04. X-Git-Tag: cvs/glibc_2-1-92~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baec5641ed9a1551982f5250c8335fe3cdf32c62;p=thirdparty%2Fglibc.git (HAVE_MREMAP): Undo change of 1997-12-04. --- diff --git a/malloc/malloc.c b/malloc/malloc.c index 449ce8a486d..fbdcbc67c50 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