# HG changeset patch # User Richard M. Stallman # Date 808101637 0 # Node ID f270ad11be9c1a11430b9c46e3ccd04f229ef4ac # Parent b0f8f54fe7397f2fc0fe85828c44a211c8eec00d [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h. diff -r b0f8f54fe739 -r f270ad11be9c src/m/intel386.h --- a/src/m/intel386.h Fri Aug 11 00:40:10 1995 +0000 +++ b/src/m/intel386.h Fri Aug 11 00:40:37 1995 +0000 @@ -243,3 +243,11 @@ #define HAVE_ALLOCA #define NO_ARG_ARRAY #endif + +#ifdef linux +/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ +/* we cannot get the maximum address for brk */ +#define ULIMIT_BREAK_VALUE (32*1024*1024) + +#define SEGMENT_MASK ((SEGMENT_SIZE)-1) +#endif