From: Kurt Zeilenga Date: Fri, 22 Jan 1999 03:48:31 +0000 (+0000) Subject: Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h). X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~717 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2a7794de09821978467a0f993f7223dea276011e;p=openldap Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h). --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index f42af3880c..7379a9a1bf 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -40,7 +40,7 @@ typedef pthread_condattr_t ldap_pvt_thread_condattr_t; #if defined( _POSIX_REENTRANT_FUNCTIONS ) || \ defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \ - defined( _POSIX_THREAD_SAFE_FUNCTIONS ) + defined( _POSIX_THREADSAFE_FUNCTIONS ) #define HAVE_REENTRANT_FUNCTIONS 1 #endif diff --git a/include/lthread.h b/include/lthread.h index f22aec429a..b6ba12b3b6 100644 --- a/include/lthread.h +++ b/include/lthread.h @@ -30,7 +30,7 @@ LDAP_BEGIN_DECL #if defined( _POSIX_REENTRANT_FUNCTIONS ) || \ defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \ - defined( _POSIX_THREAD_SAFE_FUNCTIONS ) + defined( _POSIX_THREADSAFE_FUNCTIONS ) #define HAVE_REENTRANT_FUNCTIONS 1 #endif