Skip to content

Commit db4e716

Browse files
committed
std library: use execinfo library also on NetBSD.
1 parent 6d6a08c commit db4e716

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ cfg_select! {
382382
unsafe extern "C" {}
383383
}
384384
target_os = "netbsd" => {
385+
#[link(name = "execinfo")]
385386
#[link(name = "pthread")]
386387
#[link(name = "rt")]
387388
unsafe extern "C" {}

0 commit comments

Comments
 (0)