mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
Fix typo in comment
This commit is contained in:
parent
5cc86c1745
commit
93a3f4e7b1
1 changed files with 3 additions and 2 deletions
|
|
@ -23,8 +23,9 @@
|
|||
#include "ldap_pvt_thread.h"
|
||||
|
||||
/*
|
||||
* implementations that provide their own compatible
|
||||
* should define LDAP_THREAD_HAVE_RDWR in ldap_pvt_thread.h
|
||||
* implementations that provide their own compatible
|
||||
* reader/writer locks define LDAP_THREAD_HAVE_RDWR
|
||||
* in ldap_pvt_thread.h
|
||||
*/
|
||||
#ifndef LDAP_THREAD_HAVE_RDWR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue