]> Savannah Git Hosting - gnulib.git/commit
pthread-once: Simplify Cygwin workaround implementation.
authorBruno Haible <bruno@clisp.org>
Thu, 30 May 2024 23:56:49 +0000 (01:56 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 31 May 2024 07:11:57 +0000 (09:11 +0200)
commitae63a0c4b2586a839b786cbe8688e93eb669af72
tree8a186617894e870d7428ca7b321533478420471a
parent8d056c86162dbee3e9203153e836ecee5d0dbedc
pthread-once: Simplify Cygwin workaround implementation.

* lib/pthread-once.c (pthread_once): Use _Atomic instead of __sync_*
gcc primitives.
ChangeLog
lib/pthread-once.c