diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 10 |
1 files 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. */ | |||
| 171 | /* Linux has crt0.o in a non-standard place */ | 171 | /* Linux has crt0.o in a non-standard place */ |
| 172 | #define START_FILES pre-crt0.o /usr/lib/crt0.o | 172 | #define START_FILES pre-crt0.o /usr/lib/crt0.o |
| 173 | 173 | ||
| 174 | /* Linux has SIGIO defined, but not implemented, as of version 0.99.8 | 174 | /* As of version 1.1.51, Linux does not actually implement SIGIO. */ |
| 175 | * What an ugly kludge! This will not be necessary if the | 175 | /* Here we assume that signal.h is already included. */ |
| 176 | * INTERRUPT_INPUT define gets fully implemented. | ||
| 177 | */ | ||
| 178 | #ifdef emacs | 176 | #ifdef emacs |
| 179 | #include <signal.h> | ||
| 180 | #undef SIGIO | 177 | #undef SIGIO |
| 181 | #undef signal | ||
| 182 | #define signal sys_signal | ||
| 183 | #include <values.h> | ||
| 184 | #endif | 178 | #endif |
| 185 | 179 | ||
| 186 | /* This is needed for sysdep.c */ | 180 | /* This is needed for sysdep.c */ |