diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-01 08:08:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-01 08:08:11 +0000 |
commit | 2c0293531431a79959b233ce1a4c7963321273ef (patch) | |
tree | 20c99ea394516a9bee0e4460c789ea86d0a61108 /lib-src/timer.c | |
parent | 714fd2eafb73275fea0ed71f3f6c763975dd9aa0 (diff) | |
download | emacs-2c0293531431a79959b233ce1a4c7963321273ef.tar.gz |
[LINUX]: #undef signal.
Diffstat (limited to 'lib-src/timer.c')
-rw-r--r-- | lib-src/timer.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/timer.c b/lib-src/timer.c index 7a4ee3c571b..ef46b29f126 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -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 (); |