]> 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>
Fri, 31 May 2024 22:08:56 +0000 (00:08 +0200)
* modules/lock (Depends-on): Add pthread-once.

ChangeLog
modules/lock

index 965f6d193a168eb0986a77405b67e385109789e3..20177fa38c4612b8cd9d0408d6ffad203729c676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-05-31  Bruno Haible  <bruno@clisp.org>
+
+       lock: Work around Cygwin 3.5.3 bug.
+       * modules/lock (Depends-on): Add pthread-once.
+
 2024-05-31  Bruno Haible  <bruno@clisp.org>
 
        pthread-once: Work around Cygwin 3.5.3 bug.
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]