mirror of
https://sourceware.org/git/glibc.git
synced 2025-04-26 15:09:05 +03:00
[BZ #15215] This unifies various pthread_once architecture-specific implementations which were using the same algorithm with slightly different implementations. It also adds missing memory barriers that are required for correctness.