]> Savannah Git Hosting - gnulib.git/commitdiff
lock: Work around Cygwin 3.5.3 bug.
authorBruno Haible <bruno@clisp.org>
Wed, 29 May 2024 10:06:46 +0000 (12:06 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 29 May 2024 10:06:46 +0000 (12:06 +0200)
* modules/lock (Depends-on): Add pthread-once.

ChangeLog
modules/lock

index 87e25ab81efe8931631fe2a5ea6f793ba21e8fdb..0baa9c761527df48c45a5674b872c18bd37244f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2024-05-29  Bruno Haible  <bruno@clisp.org>
+
+       lock: Work around Cygwin 3.5.3 bug.
+       * modules/lock (Depends-on): Add pthread-once.
+
 2024-05-29  Collin Funk  <collin.funk1@gmail.com>
 
-       gnulib-tool.py: Don't emit non-ASCII shell output.
+       gnulib-tool.py: Don't emit non-ASCII shell output (regr. yesterday).
        Reported by Bruno Haible in
        <https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00441.html>.
        * pygnulib/GLModuleSystem.py (GLModule.shell_id_chars): Use the re.ASCII
index c9d60d695c96e2b531920dcf4c5cdefb71c3cc67..245252498757844bb204dde13f4e64bbd5e5fe14 100644 (file)
@@ -10,6 +10,7 @@ m4/pthread_rwlock_rdlock.m4
 Depends-on:
 extensions
 threadlib
+pthread-once     [test $gl_threads_api = posix]
 windows-mutex    [test $gl_threads_api = windows]
 windows-rwlock   [test $gl_threads_api = windows]
 windows-recmutex [test $gl_threads_api = windows]