# HG changeset patch # User Richard M. Stallman # Date 780511050 0 # Node ID c3b059b240c7b54ae1cc9a4466415dfd798db48b # Parent 3b359f97fedb7e0d5a29d3bc5aa90e61336565c9 Don't include signal.h, values.h. (signal): Definition deleted. diff -r 3b359f97fedb -r c3b059b240c7 src/s/gnu-linux.h --- 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 #undef SIGIO -#undef signal -#define signal sys_signal -#include #endif /* This is needed for sysdep.c */