Skip to content

Commit 9933bee

Browse files
committed
std library: use execinfo library also on NetBSD.
1 parent 5839559 commit 9933bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)