On Thu, May 30, 2024 at 5:38 AM Bruno Haible <br...@clisp.org> wrote: > > call_once, being implemented on top of pthread_once in Cygwin, is affected > by the same bug, and needs a workaround as well.
Be careful of call_once. Be sure to test it on non-x86 machines. See bugs like <https://sourceware.org/bugzilla/show_bug.cgi?id=18435> and <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66146>. Jeff