mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -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
|
||||
/*
|
||||
LinuxThreads implemented unfortunately uses the only
|
||||
two signals reserved for user applications. This forces
|
||||
OpenLDAP to use, hopefullly unused, signals reserved
|
||||
for other uses.
|
||||
*/
|
||||
* Some versions of LinuxThreads unfortunately uses the only
|
||||
* two signals reserved for user applications. This forces
|
||||
* OpenLDAP to use other signals reserved for other uses.
|
||||
*/
|
||||
|
||||
# if defined( SIGSTKFLT )
|
||||
# define LDAP_SIGUSR1 SIGSTKFLT
|
||||
|
|
|
|||
Loading…
Reference in a new issue