aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-07-23 23:37:18 +0000
committerDan Nicolaescu <[email protected]>2008-07-23 23:37:18 +0000
commitcc61af6796973319943af95e6bbc64912ca18682 (patch)
tree443163e191ea03f3a027230ba111e5e77d346c8a /src/m
parent98c51a88f6af037294926607f7d04eae3c6c4081 (diff)
* m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/alpha.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 729b0ddd33..6484241b92 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -113,6 +113,11 @@ NOTE-END
#endif /* __ELF__ */
+#if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
+/* This controls a conditional in main. */
+#define LINUX_SBRK_BUG
+#endif
+
/* On the Alpha it's best to avoid including TERMIO since struct
termio and struct termios are mutually incompatible. */
#define NO_TERMIO