Mercurial > emacs
diff src/s/gnu-linux.h @ 9085:c3b059b240c7
Don't include signal.h, values.h.
(signal): Definition deleted.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 25 Sep 1994 16:37:30 +0000 |
| parents | 191acacfa1ec |
| children | 3a3fb4db54ba |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sun Sep 25 07:48:55 1994 +0000 +++ b/src/s/gnu-linux.h Sun Sep 25 16:37:30 1994 +0000 @@ -171,16 +171,10 @@ /* Linux has crt0.o in a non-standard place */ #define START_FILES pre-crt0.o /usr/lib/crt0.o -/* Linux has SIGIO defined, but not implemented, as of version 0.99.8 - * What an ugly kludge! This will not be necessary if the - * INTERRUPT_INPUT define gets fully implemented. - */ +/* As of version 1.1.51, Linux does not actually implement SIGIO. */ +/* Here we assume that signal.h is already included. */ #ifdef emacs -#include <signal.h> #undef SIGIO -#undef signal -#define signal sys_signal -#include <values.h> #endif /* This is needed for sysdep.c */
