[LINUX]: #undef signal.

This commit is contained in:
Richard M. Stallman 1993-06-01 08:08:11 +00:00
parent 714fd2eafb
commit 2c02935314

View file

@ -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 ();