]> git.sur5r.net Git - openldap/commit
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11
authorSebastien Launay <sebastien@slaunay.fr>
Thu, 3 Dec 2015 18:42:36 +0000 (10:42 -0800)
committerHoward Chu <hyc@openldap.org>
Thu, 3 Dec 2015 19:09:57 +0000 (19:09 +0000)
commit19d135af54d185d0b5687af7cfd20986af406820
tree532830c58fe62bc663537787deb9277c34a286e2
parent8738e5e306a37220d9ee5fac1c32802eff0aa5ca
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11

pthread_mutexattr_setrobust and pthread_mutex_consistent are provided since 2.12 not 2.10:
https://sourceware.org/git/?p=glibc.git;a=commit;h=402cd98775db1478f64c9b0dbe00664b89eb2773
https://sourceware.org/git/?p=glibc.git;a=commit;h=78ee21859939ff75ccf8bbe00499b0c462df2e2d
libraries/liblmdb/mdb.c