aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/intel386.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 5eef3f28d9e..d7e489707cd 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -243,3 +243,11 @@ NOTE-END */
243#define HAVE_ALLOCA 243#define HAVE_ALLOCA
244#define NO_ARG_ARRAY 244#define NO_ARG_ARRAY
245#endif 245#endif
246
247#ifdef linux
248/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
249/* we cannot get the maximum address for brk */
250#define ULIMIT_BREAK_VALUE (32*1024*1024)
251
252#define SEGMENT_MASK ((SEGMENT_SIZE)-1)
253#endif