diff options
| author | Dan Nicolaescu | 2008-07-23 23:37:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 23:37:18 +0000 |
| commit | cc61af6796973319943af95e6bbc64912ca18682 (patch) | |
| tree | 443163e191ea03f3a027230ba111e5e77d346c8a /src/emacs.c | |
| parent | 98c51a88f6af037294926607f7d04eae3c6c4081 (diff) | |
| download | emacs-cc61af6796973319943af95e6bbc64912ca18682.tar.gz emacs-cc61af6796973319943af95e6bbc64912ca18682.zip | |
* m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 88ec4877316..96ae4001c39 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -827,7 +827,8 @@ main (argc, argv | |||
| 827 | heap_bss_diff = (char *)my_heap_start - max (my_endbss, my_endbss_static); | 827 | heap_bss_diff = (char *)my_heap_start - max (my_endbss, my_endbss_static); |
| 828 | } | 828 | } |
| 829 | 829 | ||
| 830 | #if defined(GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6 | 830 | #ifdef LINUX_SBRK_BUG |
| 831 | /* This is only used GNU/LINUX running on alpha when using libc5 */ | ||
| 831 | __sbrk (1); | 832 | __sbrk (1); |
| 832 | #endif | 833 | #endif |
| 833 | 834 | ||