[libc-commits] [libc] [libc][stdlib] Remove LIBC_THREAD_LOCAL from rand_next (PR #96245)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jun 20 16:12:25 PDT 2024
michaelrj-google wrote:
thread local is used in a couple places: `errno`, `strerror`, and `strsignal`
https://github.com/llvm/llvm-project/pull/96245
More information about the libc-commits
mailing list