Skip to content

Commit

Permalink
fixing build for the BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Jan 22, 2024
1 parent dec4740 commit ed4b99a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion library/std/src/sys/pal/unix/thread_local_dtor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
target_os = "android",
target_os = "fuchsia",
target_os = "redox",
target_os = "hurd"
target_os = "hurd",
target_os = "freebsd",
target_os = "netbsd",
target_os = "dragonfly"
))]
// FIXME: The Rust compiler currently omits weakly function definitions (i.e.,
// __cxa_thread_atexit_impl) and its metadata from LLVM IR.
Expand Down

0 comments on commit ed4b99a

Please sign in to comment.