diff options
| author | Richard M. Stallman | 1994-09-25 16:37:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-25 16:37:30 +0000 |
| commit | 00364e4e3d278e9f2dc3762d6f848e6dbe1da545 (patch) | |
| tree | c85e678b0c13c582563703940ab6bd223ae6ebc4 /src/s | |
| parent | cff1bd9cffc6febb412d6ab7b124d5939a4754bf (diff) | |
| download | emacs-00364e4e3d278e9f2dc3762d6f848e6dbe1da545.tar.gz emacs-00364e4e3d278e9f2dc3762d6f848e6dbe1da545.zip | |
Don't include signal.h, values.h.
(signal): Definition deleted.
Diffstat (limited to 'src/s')
| -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 */ |