From: Kurt Zeilenga Date: Sun, 9 Aug 1998 04:56:25 +0000 (+0000) Subject: Added linux patch X-Git-Tag: LDAP_3_3+prerelease~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=412b85ec7e056184557654225adc43c1272720e8;p=openldap Added linux patch --- 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