mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h).
This commit is contained in:
parent
0f17fac37d
commit
2a7794de09
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user