mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix HAVE_PTHREAD_D4 -> HAVE_PTHREADS_D4
This commit is contained in:
parent
dfc9a1c2ff
commit
fc03c3f07a
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ start_replica_thread(
|
|||
pthread_attr_setdetachstate( &attr, PTHREAD_CREATE_DETACHED );
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_PTHREAD_D4)
|
||||
#if !defined(HAVE_PTHREADS_D4)
|
||||
/* POSIX_THREADS or compatible
|
||||
* This is a draft 10 or standard pthreads implementation
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue