From: Richard M. Stallman Date: Sun, 25 Sep 1994 16:37:30 +0000 (+0000) Subject: Don't include signal.h, values.h. X-Git-Tag: emacs-19.34~6769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=00364e4e3d278e9f2dc3762d6f848e6dbe1da545;p=emacs.git Don't include signal.h, values.h. (signal): Definition deleted. --- 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 */