diff options
| author | Richard M. Stallman | 1993-06-01 08:08:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-01 08:08:11 +0000 |
| commit | 2c0293531431a79959b233ce1a4c7963321273ef (patch) | |
| tree | 20c99ea394516a9bee0e4460c789ea86d0a61108 /lib-src/timer.c | |
| parent | 714fd2eafb73275fea0ed71f3f6c763975dd9aa0 (diff) | |
| download | emacs-2c0293531431a79959b233ce1a4c7963321273ef.tar.gz emacs-2c0293531431a79959b233ce1a4c7963321273ef.zip | |
[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 @@ | |||
| 23 | #define SIGIO SIGUSR1 | 23 | #define SIGIO SIGUSR1 |
| 24 | #endif | 24 | #endif |
| 25 | 25 | ||
| 26 | #ifdef LINUX | ||
| 27 | /* Perhaps this is correct unconditionally. */ | ||
| 28 | #undef signal | ||
| 29 | #endif | ||
| 30 | |||
| 31 | |||
| 26 | extern int errno; | 32 | extern int errno; |
| 27 | extern char *sys_errlist[], *malloc (); | 33 | extern char *sys_errlist[], *malloc (); |
| 28 | extern time_t time (); | 34 | extern time_t time (); |