Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h).

This commit is contained in:
Kurt Zeilenga 1999-01-22 03:48:31 +00:00
parent 0f17fac37d
commit 2a7794de09
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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