From 2a7794de09821978467a0f993f7223dea276011e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 22 Jan 1999 03:48:31 +0000 Subject: [PATCH] Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h). --- include/ldap_pvt_thread.h | 2 +- include/lthread.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5