mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Clarify LinuxThreads USR1/USR2 issue
This commit is contained in:
parent
ae63be3894
commit
2a370cc4d1
1 changed files with 4 additions and 5 deletions
|
|
@ -36,11 +36,10 @@
|
||||||
|
|
||||||
# else
|
# else
|
||||||
/*
|
/*
|
||||||
LinuxThreads implemented unfortunately uses the only
|
* Some versions of LinuxThreads unfortunately uses the only
|
||||||
two signals reserved for user applications. This forces
|
* two signals reserved for user applications. This forces
|
||||||
OpenLDAP to use, hopefullly unused, signals reserved
|
* OpenLDAP to use other signals reserved for other uses.
|
||||||
for other uses.
|
*/
|
||||||
*/
|
|
||||||
|
|
||||||
# if defined( SIGSTKFLT )
|
# if defined( SIGSTKFLT )
|
||||||
# define LDAP_SIGUSR1 SIGSTKFLT
|
# define LDAP_SIGUSR1 SIGSTKFLT
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue