From 00364e4e3d278e9f2dc3762d6f848e6dbe1da545 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Sep 1994 16:37:30 +0000 Subject: [PATCH] Don't include signal.h, values.h. (signal): Definition deleted. --- src/s/gnu-linux.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index c06df2be6b3..b039005c0f8 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -171,16 +171,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* 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 #undef SIGIO -#undef signal -#define signal sys_signal -#include #endif /* This is needed for sysdep.c */ -- 2.39.5