Skip to content

Commit 7608b46

Browse files
committed
gimli add netbsd to handle dl_iterate_phdr as well.
1 parent ffa7487 commit 7608b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/symbolize/gimli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ cfg_if::cfg_if! {
178178
target_os = "fuchsia",
179179
target_os = "freebsd",
180180
target_os = "openbsd",
181+
target_os = "netbsd",
181182
all(target_os = "android", feature = "dl_iterate_phdr"),
182183
),
183184
not(target_env = "uclibc"),

0 commit comments

Comments
 (0)