]> 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>
Tue, 28 May 2024 21:09:13 +0000 (23:09 +0200)
commit57a5879ea0d9a27bbb89b3b609244fcd15c75e05
tree9b564ead93a742385f64f0470bda34b23853de69
parent2afd8b474071dd8ee66ee9bbaf1480b599390ddd
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