]> 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 17:45:57 +0000 (19:45 +0200)
* modules/lock (Depends-on): Add pthread-once.

ChangeLog
modules/lock

index 237239fb19214598edfebc5d72fc992511e7fd85..2ee6af57e3a18bc524dd67542bcb565adfdcbbcb 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]