You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix __errno_location under wasm workers. NFC (#22744)
Previously the wasm workers build of `__errno_location` was using the
single threaded code path which doesn't use a thead local location.
In addition this change avoids the use of `__EMSCRIPTEN_PTHREADS__` in
`__errno_location.c` which is helpful for unifying the shared memory
libc build. See #22735.
0 commit comments