mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Added linux patch
This commit is contained in:
parent
7b115db732
commit
412b85ec7e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user