diff options
| author | Richard M. Stallman | 1995-08-11 00:40:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-11 00:40:37 +0000 |
| commit | 03d6a59e3a3c23db29a57f14b6ea9a8a0170a18d (patch) | |
| tree | b90479fa6ec2983549e057593a913af772b8ff7a /src | |
| parent | ee803128195bc2ae6fd22991aa2c42a459501df0 (diff) | |
| download | emacs-03d6a59e3a3c23db29a57f14b6ea9a8a0170a18d.tar.gz emacs-03d6a59e3a3c23db29a57f14b6ea9a8a0170a18d.zip | |
[linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 8 |
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 | ||