diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-12-09 17:01:57 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-12-09 17:01:57 -0500 |
commit | 36246b347cd135399bc79f9b6617d9a120c00a0d (patch) | |
tree | 3fcae115948830637a424fd1a0592135d813da7b /src/stdlib/strtol.c | |
parent | 37fcc13c12ade19c37a1a8ac80be4a14e21cff1e (diff) | |
download | musl-36246b347cd135399bc79f9b6617d9a120c00a0d.tar.gz |
drop use of pthread_once in newlocale
in general, pthread_once is not compatible with MT-fork constraints
(commit 167390f05564e0a4d3fcb4329377fd7743267560). 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.
Diffstat (limited to 'src/stdlib/strtol.c')
0 files changed, 0 insertions, 0 deletions