Mercurial > emacs
diff lib-src/=timer.c @ 3392:0cab056764c8
[LINUX]: #undef signal.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 01 Jun 1993 08:08:11 +0000 |
| parents | 37954061f933 |
| children | 507f64624555 |
line wrap: on
line diff
--- a/lib-src/=timer.c Tue Jun 01 08:07:38 1993 +0000 +++ b/lib-src/=timer.c Tue Jun 01 08:08:11 1993 +0000 @@ -23,6 +23,12 @@ #define SIGIO SIGUSR1 #endif +#ifdef LINUX +/* Perhaps this is correct unconditionally. */ +#undef signal +#endif + + extern int errno; extern char *sys_errlist[], *malloc (); extern time_t time ();
