]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9278 fix robust mutex cleanup for FreeBSD
authorHoward Chu <hyc@openldap.org>
Tue, 16 Jun 2020 18:49:14 +0000 (19:49 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Jun 2020 18:49:14 +0000 (19:49 +0100)
commit2fd44e325195ae81664eb5dc36e7d265927c5ebc
tree19626a6c396b7a7e790b4c78b8d325b8c3521634
parent8d0cbbc936091eb85972501a9b31a8f86d4c51a7
ITS#9278 fix robust mutex cleanup for FreeBSD

FreeBSD 11 supports robust process-shared POSIX mutexes,
but requires them to be explicitly destroyed before munmap
libraries/liblmdb/mdb.c