mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
Added linux patch
This commit is contained in:
parent
7b115db732
commit
412b85ec7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue