aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 5 insertions, 0 deletions
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. */
302 302
303#define BSD_PGRPS 303#define BSD_PGRPS
304#define setpgrp(pid,pgid) setpgid(pid,pgid) 304#define setpgrp(pid,pgid) setpgid(pid,pgid)
305
306/* Use mmap directly for allocating larger buffers. */
307#ifdef DOUG_LEA_MALLOC
308#undef REL_ALLOC
309#endif