From e0a6ee5e19136304d6e5b97b42279b80ff9334ab Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jan 1999 00:10:53 +0000 Subject: [PATCH] [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it. --- src/s/gnu-linux.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d0d8a95bca6..82445048eba 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -302,3 +302,8 @@ Boston, MA 02111-1307, USA. */ #define BSD_PGRPS #define setpgrp(pid,pgid) setpgid(pid,pgid) + +/* Use mmap directly for allocating larger buffers. */ +#ifdef DOUG_LEA_MALLOC +#undef REL_ALLOC +#endif -- 2.39.2