aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-21 16:55:17 +0000
committerRichard M. Stallman1995-11-21 16:55:17 +0000
commit629aa3cbaf1d19b26203007d42b919baa2b1166e (patch)
treeb6540a2d042f2e0c976e0d5ce057cb3dc481c1a3 /src
parent19269b99ff1494cd20c4dfa7ed50b9a120109dae (diff)
downloademacs-629aa3cbaf1d19b26203007d42b919baa2b1166e.tar.gz
emacs-629aa3cbaf1d19b26203007d42b919baa2b1166e.zip
[LINUX] (LINUX_SBRK_BUG): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index f4579dfe663..ef070198e80 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -178,6 +178,10 @@ NOTE-END
178#define START_FILES pre-crt0.o 178#define START_FILES pre-crt0.o
179#endif 179#endif
180 180
181#ifdef LINUX
182/* This controls a conditional in main. */
183#define LINUX_SBRK_BUG
184#endif
181 185
182/* The program to be used for unexec. */ 186/* The program to be used for unexec. */
183 187