mirror of https://git.musl-libc.org/git/musl
Browse Source
in general, pthread_once is not compatible with MT-fork constraints
(commit 167390f055). here it actually no
longer matters, because it's now called with a lock held, but since
the lock is held it's pointless to use pthread_once.
master
1 changed files with 7 additions and 9 deletions
Loading…
Reference in new issue