A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via c367c1f69685a4d307acb8cea6945c1d67e1cc7e (commit) from b045bce26037213f4f591787ac615a0463b031a8 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit c367c1f69685a4d307acb8cea6945c1d67e1cc7e Author: Howard Chu hyc@openldap.org Date: Thu Jun 2 21:01:27 2016 +0100
ITS#8339 Solaris 10/11 robust mutex fixes
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)