]> 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>
Sat, 10 Oct 2020 14:24:15 +0000 (15:24 +0100)
commit8bcc050feee22e45a6dab7b8438d48da267cf7e5
tree93188eadf88bbd981cdcfc9f6d3be4c267e62757
parent034a7e98a6e7c93c1d04b0b3290fd49d2b861bfc
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