comparison src/m/alpha.h @ 107443:6856772abdfe

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 20 Mar 2010 01:11:59 -0700
parents 467d1fce4215
children 641672d44942
comparison
equal deleted inserted replaced
107442:7ada44edb67c 107443:6856772abdfe
114 114
115 #define UNEXEC unexalpha.o 115 #define UNEXEC unexalpha.o
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
127 122
128 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) 123 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)