diff options
| author | Joakim Verona | 2012-05-24 20:39:12 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-05-24 20:39:12 +0200 |
| commit | 44fce8ffe7198991c41c985ff4e67ec7d407907e (patch) | |
| tree | 81e28bf1b327f55c0c50b30c1c1c6d1e78c6849d /src/s/gnu-linux.h | |
| parent | 207460f292db1b9ede6b8ddad3ed7ac6bba026b5 (diff) | |
| parent | f18b81e6d670ea83e3ccb7c7b6aff50933120018 (diff) | |
| download | emacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.tar.gz emacs-44fce8ffe7198991c41c985ff4e67ec7d407907e.zip | |
upstream
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d04ea33068a..409d0205520 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -157,3 +157,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 157 | #else | 157 | #else |
| 158 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | 158 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE |
| 159 | #endif | 159 | #endif |
| 160 | |||
| 161 | #ifdef __i386__ | ||
| 162 | /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ | ||
| 163 | /* we cannot get the maximum address for brk */ | ||
| 164 | # define ULIMIT_BREAK_VALUE (32*1024*1024) | ||
| 165 | #endif | ||