changeset 12828:f270ad11be9c

[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Aug 1995 00:40:37 +0000
parents b0f8f54fe739
children f36fccc38b0d
files src/m/intel386.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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