We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec4740 commit ed4b99aCopy full SHA for ed4b99a
library/std/src/sys/pal/unix/thread_local_dtor.rs
@@ -17,7 +17,10 @@
17
target_os = "android",
18
target_os = "fuchsia",
19
target_os = "redox",
20
- target_os = "hurd"
+ target_os = "hurd",
21
+ target_os = "freebsd",
22
+ target_os = "netbsd",
23
+ target_os = "dragonfly"
24
))]
25
// FIXME: The Rust compiler currently omits weakly function definitions (i.e.,
26
// __cxa_thread_atexit_impl) and its metadata from LLVM IR.
0 commit comments