From 412b85ec7e056184557654225adc43c1272720e8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 9 Aug 1998 04:56:25 +0000 Subject: [PATCH] Added linux patch --- include/portable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/portable.h b/include/portable.h index b64be6c79c..bcb787bebe 100644 --- a/include/portable.h +++ b/include/portable.h @@ -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 -- 2.39.5