diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 21:55:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 21:55:04 +0000 |
commit | baec5641ed9a1551982f5250c8335fe3cdf32c62 (patch) | |
tree | 30e795624eed2456d4e55e489a08fb748ce74bc9 /malloc | |
parent | 64c81855b8e4bd9e810bc6c86e09aa47f08c7eca (diff) | |
download | glibc-baec5641ed9a1551982f5250c8335fe3cdf32c62.tar.gz glibc-baec5641ed9a1551982f5250c8335fe3cdf32c62.tar.xz glibc-baec5641ed9a1551982f5250c8335fe3cdf32c62.zip |
(HAVE_MREMAP): Undo change of 1997-12-04.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/malloc.c | 2 |
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 |