From fe8c6dc6f4d18867de9800c7c4046c169cc20245 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 29 May 2024 12:06:46 +0200 Subject: [PATCH] lock: Work around Cygwin 3.5.3 bug. * modules/lock (Depends-on): Add pthread-once. --- ChangeLog | 7 ++++++- modules/lock | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 87e25ab81e..0baa9c7615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2024-05-29 Bruno Haible + + lock: Work around Cygwin 3.5.3 bug. + * modules/lock (Depends-on): Add pthread-once. + 2024-05-29 Collin Funk - 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 . * pygnulib/GLModuleSystem.py (GLModule.shell_id_chars): Use the re.ASCII diff --git a/modules/lock b/modules/lock index c9d60d695c..2452524987 100644 --- a/modules/lock +++ b/modules/lock @@ -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] -- 2.39.5