mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
Fix minor typo in lthread.h (which was copied into ldap_pvt_thread.h).
This commit is contained in:
parent
0f17fac37d
commit
2a7794de09
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ typedef pthread_condattr_t ldap_pvt_thread_condattr_t;
|
||||||
|
|
||||||
#if defined( _POSIX_REENTRANT_FUNCTIONS ) || \
|
#if defined( _POSIX_REENTRANT_FUNCTIONS ) || \
|
||||||
defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \
|
defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \
|
||||||
defined( _POSIX_THREAD_SAFE_FUNCTIONS )
|
defined( _POSIX_THREADSAFE_FUNCTIONS )
|
||||||
#define HAVE_REENTRANT_FUNCTIONS 1
|
#define HAVE_REENTRANT_FUNCTIONS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ LDAP_BEGIN_DECL
|
||||||
|
|
||||||
#if defined( _POSIX_REENTRANT_FUNCTIONS ) || \
|
#if defined( _POSIX_REENTRANT_FUNCTIONS ) || \
|
||||||
defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \
|
defined( _POSIX_THREAD_SAFE_FUNCTIONS ) || \
|
||||||
defined( _POSIX_THREAD_SAFE_FUNCTIONS )
|
defined( _POSIX_THREADSAFE_FUNCTIONS )
|
||||||
#define HAVE_REENTRANT_FUNCTIONS 1
|
#define HAVE_REENTRANT_FUNCTIONS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue