Added linux patch

This commit is contained in:
Kurt Zeilenga 1998-08-09 04:56:25 +00:00
parent 7b115db732
commit 412b85ec7e

View File

@ -170,7 +170,7 @@
* call signal or sigset (signal does not block the signal while
* in the handler on sys v and sigset does not exist on bsd)
*/
#ifdef SYSV
#if defined(SYSV) && !defined(linux)
#define SIGNAL sigset
#else
#define SIGNAL signal