From: Hallvard Furuseth Date: Thu, 1 Dec 2016 20:56:35 +0000 (+0100) Subject: Fix comment: SysV semaphores -> Posix semaphores X-Git-Tag: LMDB_0.9.19~36 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a8d0f6953c3fb60c24c5cf11af2398f391de145;p=openldap Fix comment: SysV semaphores -> Posix semaphores --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index 73c80da13c..27bcd026ce 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -247,10 +247,9 @@ typedef SSIZE_T ssize_t; /** Some platforms define the EOWNERDEAD error code * even though they don't support Robust Mutexes. * Compile with -DMDB_USE_ROBUST=0, or use some other - * mechanism like -DMDB_USE_SYSV_SEM instead of - * -DMDB_USE_POSIX_MUTEX. (SysV semaphores are - * also Robust, but some systems don't support them - * either.) + * mechanism like -DMDB_USE_POSIX_SEM instead of + * -DMDB_USE_POSIX_MUTEX. + * (Posix semaphores are not robust.) */ #ifndef MDB_USE_ROBUST /* Android currently lacks Robust Mutex support. So does glibc < 2.4. */