]> 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:03:47 +0000 (19:03 +0000)
commit4198bbde175c65a7af0eafc46da22fc1c96ceeb6
treed0905032916e26648ad256123df4282c9f49e9eb
parent45fe870c2ec421286bcac86b514c326ce10009a2
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