mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-15 06:41:47 +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.