From 962b8dc246ac6247218e54211fe9ae59f943757d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 10 Nov 1998 22:42:19 +0000 Subject: [PATCH] HAVE_PTHREAD_ATTR_SETDETACHSTATE_NP should be HAVE_PTHREAD_ATTR_SETDETACH_NP --- include/lthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lthread.h b/include/lthread.h index e919bfb954..52af54ccbf 100644 --- a/include/lthread.h +++ b/include/lthread.h @@ -30,7 +30,7 @@ LDAP_BEGIN_DECL #endif #if !defined( HAVE_PTHREAD_ATTR_SETDETACHSTATE ) && \ - defined( HAVE_PTHREAD_ATTR_SETDETACHSTATE_NP ) + defined( HAVE_PTHREAD_ATTR_SETDETACH_NP ) #define pthread_attr_setdetachstate( a, b ) \ pthread_attr_setdetach_np( a, b ) #endif -- 2.39.5