From: Kurt Zeilenga Date: Sat, 24 Jun 2000 00:46:07 +0000 (+0000) Subject: Clarify LinuxThreads USR1/USR2 issue X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2542 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a370cc4d11c6c1f5cedfee64e06bfdbbbb99a3e;p=openldap Clarify LinuxThreads USR1/USR2 issue --- diff --git a/include/ac/signal.h b/include/ac/signal.h index 4b7a9d120e..faca4c66ad 100644 --- a/include/ac/signal.h +++ b/include/ac/signal.h @@ -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