From 2a370cc4d11c6c1f5cedfee64e06bfdbbbb99a3e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 24 Jun 2000 00:46:07 +0000 Subject: [PATCH] Clarify LinuxThreads USR1/USR2 issue --- include/ac/signal.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.5