]> 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 22:08:42 +0000 (00:08 +0200)
commit42f5f346242d7dd39c28874186693dcdf2cc4d61
tree136ccbfe5baf5b6e484e049c7f4a0b3ddb75d974
parent21b704c2e7753a9379aebb498fe425a6936c2007
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