Skip to content
Snippets Groups Projects
Commit 2a7794de authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 0f17fac3
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ typedef pthread_condattr_t ldap_pvt_thread_condattr_t; ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment