rust/library/std/src/sys
Nadrieril a7d5382e5c
Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper
std: thread_local::register_dtor fix proposal for FreeBSD.

following-up 5d3d347 commit, rust started to spin
__cxa_thread_call_dtors warnings even without any TLS usage. using instead home made TLS destructor handler `register_dtor_fallback`.

close #120413
2024-01-31 12:10:51 +01:00
..
cmath std: move cmath into sys 2024-01-22 15:30:54 +01:00
os_str std: move OS String implementation into sys 2024-01-15 16:26:25 +01:00
pal Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper 2024-01-31 12:10:51 +01:00
personality std: move personality implementation out of PAL 2024-01-13 18:30:44 +01:00
mod.rs std: move cmath into sys 2024-01-22 15:30:54 +01:00