aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/mips.h
diff options
context:
space:
mode:
authorPaul Eggert1999-10-19 07:27:16 +0000
committerPaul Eggert1999-10-19 07:27:16 +0000
commit332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd (patch)
tree5b7b71e7387a5074f6a4b956385d678d4fab7dea /src/m/mips.h
parent68c45bf06516ed4650eb7f9f617742d84750600a (diff)
downloademacs-332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd.tar.gz
emacs-332d98c75d54e8a9eead3a1c2fbeb171d94bb7dd.zip
* m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now.
(NSIG): Remove. (NSIG_MINIMUM): New macro. * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h, m/ustation.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * m/ustation.h: (SIGTSTP): Do not undef. (BROKEN_SIGTSTP): New macro. * m/delta.h: Doc fix.
Diffstat (limited to 'src/m/mips.h')
-rw-r--r--src/m/mips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/mips.h b/src/m/mips.h
index f2da4a2aa5a..c7ba9150809 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -1,5 +1,5 @@
1/* m- file for Mips machines. 1/* m- file for Mips machines.
2 Copyright (C) 1987, 1992 Free Software Foundation, Inc. 2 Copyright (C) 1987, 1992, 1999 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -198,7 +198,7 @@ NOTE-END */
198#undef static 198#undef static
199 199
200/* Don't try to use SIGIO or FIONREAD even though they are defined. */ 200/* Don't try to use SIGIO or FIONREAD even though they are defined. */
201#undef SIGIO 201#define BROKEN_SIGIO
202#define BROKEN_FIONREAD 202#define BROKEN_FIONREAD
203 203
204/* Describe special kernel features. */ 204/* Describe special kernel features. */