]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention a macOS bug.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Aug 2024 14:03:41 +0000 (16:03 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Aug 2024 14:03:41 +0000 (16:03 +0200)
* doc/posix-functions/pthread_rwlock_trywrlock.texi: Mention a macOS
bug.

ChangeLog
doc/posix-functions/pthread_rwlock_trywrlock.texi

index d9658c938bc29d3f4510f58483b9124582b02aa8..a8c5a1906548e363d23ce99603a0e62c131f85ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-06  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention a macOS bug.
+       * doc/posix-functions/pthread_rwlock_trywrlock.texi: Mention a macOS
+       bug.
+
 2024-08-06  Bruno Haible  <bruno@clisp.org>
 
        mtx tests: Strengthen tests.
index fc20316c5ebedec6ab538a0b6f39b608638ec7ae..75367497da9375a74b24b419d0b09f179b2f1a61 100644 (file)
@@ -17,4 +17,9 @@ Minix 3.1.8.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function returns @code{EDEADLK} instead of @code{EBUSY}
+when the current thread already owns the lock for writing
+on some platforms:
+macOS 12.
 @end itemize