diff options
| author | Dan Nicolaescu | 2010-03-20 01:11:59 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-20 01:11:59 -0700 |
| commit | 22e8757456ea6608246d9c81a83f6c5119f2e1fb (patch) | |
| tree | 84aefe1ae178ef9b7d5b26549dc1f0cf0406a495 /src/m | |
| parent | 05a670e6d3593a9e68804447dee5596fb7ca5ed4 (diff) | |
| download | emacs-22e8757456ea6608246d9c81a83f6c5119f2e1fb.tar.gz emacs-22e8757456ea6608246d9c81a83f6c5119f2e1fb.zip | |
Remove support for old GNU/Linux using libc version 5.
* m/alpha.h (LINUX_SBRK_BUG): Remove definition.
* emacs.c (main): Remove code depending on LINUX_SBRK_BUG.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/alpha.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 5abf8bba726..065a0dd7d71 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -116,11 +116,6 @@ NOTE-END | |||
| 116 | 116 | ||
| 117 | #endif /* __ELF__ */ | 117 | #endif /* __ELF__ */ |
| 118 | 118 | ||
| 119 | #if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6 | ||
| 120 | /* This controls a conditional in main. */ | ||
| 121 | #define LINUX_SBRK_BUG | ||
| 122 | #endif | ||
| 123 | |||
| 124 | /* On the Alpha it's best to avoid including TERMIO since struct | 119 | /* On the Alpha it's best to avoid including TERMIO since struct |
| 125 | termio and struct termios are mutually incompatible. */ | 120 | termio and struct termios are mutually incompatible. */ |
| 126 | #define NO_TERMIO | 121 | #define NO_TERMIO |