aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-11 22:20:20 +0000
committerRichard M. Stallman2001-12-11 22:20:20 +0000
commit8a2a6032daa218702d62b8d1e12240bda4bfb302 (patch)
tree2448a3b540110767589fd9963d56b9e666be1d34 /src/emacs.c
parent8db5530aa05f20f511a0cf2373fd838004be80be (diff)
downloademacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.tar.gz
emacs-8a2a6032daa218702d62b8d1e12240bda4bfb302.zip
Test GNU_LINUX, not LINUX.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 2262194d1af..bf7f9a5f977 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -593,7 +593,7 @@ void __do_global_ctors_aux ()
593void __do_global_dtors () 593void __do_global_dtors ()
594{} 594{}
595/* Linux has a bug in its library; avoid an error. */ 595/* Linux has a bug in its library; avoid an error. */
596#ifndef LINUX 596#ifndef GNU_LINUX
597char * __CTOR_LIST__[2] = { (char *) (-1), 0 }; 597char * __CTOR_LIST__[2] = { (char *) (-1), 0 };
598#endif 598#endif
599char * __DTOR_LIST__[2] = { (char *) (-1), 0 }; 599char * __DTOR_LIST__[2] = { (char *) (-1), 0 };