diff src/s/gnu-linux.h @ 23974:dcc1ebab38c1
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
| author |
Richard M. Stallman <rms@gnu.org> |
| date |
Sat, 02 Jan 1999 00:10:53 +0000 |
| parents |
4fb09bb7d2f9 |
| children |
ae314c884db0 |
line diff
--- a/src/s/gnu-linux.h Sat Jan 02 00:10:26 1999 +0000
+++ b/src/s/gnu-linux.h Sat Jan 02 00:10:53 1999 +0000
@@ -302,3 +302,8 @@
#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