]> Savannah Git Hosting - gnulib.git/commit
pthread-once: Work around Cygwin 3.5.3 bug.
authorBruno Haible <bruno@clisp.org>
Tue, 28 May 2024 20:35:54 +0000 (22:35 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 31 May 2024 17:45:56 +0000 (19:45 +0200)
commit8742262be55bc0f0979df71770375184cc002746
tree951e9edc825752ce060eaae050bce1012787600e
parentfc813056e04a46a273335264856c3c2587d62536
pthread-once: Work around Cygwin 3.5.3 bug.

* m4/pthread-once.m4 (gl_PTHREAD_ONCE): On Cygwin, set
REPLACE_PTHREAD_ONCE to 1.
* lib/pthread-once.c (pthread_once): Add an implementation for Cygwin.
* doc/posix-functions/pthread_once.texi: Mention the Cygwin bug.
ChangeLog
doc/posix-functions/pthread_once.texi
lib/pthread-once.c
m4/pthread-once.m4