[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Aug 1995 00:40:37 +0000 (00:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Aug 1995 00:40:37 +0000 (00:40 +0000)
src/m/intel386.h

index 5eef3f2..d7e4897 100644 (file)
@@ -243,3 +243,11 @@ NOTE-END */
 #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