]> git.sur5r.net Git - openldap/commitdiff
Fix comment: SysV semaphores -> Posix semaphores
authorHallvard Furuseth <hallvard@openldap.org>
Thu, 1 Dec 2016 20:56:35 +0000 (21:56 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Thu, 1 Dec 2016 20:56:49 +0000 (21:56 +0100)
libraries/liblmdb/mdb.c

index 73c80da13cba4144d1656b4e0ff4db07fbf184e5..27bcd026cedf118f093b0aa4ea60974970d4730d 100644 (file)
@@ -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. */