Skip to content

Commit 785ae90

Browse files
committed
Fix run-pass/lang-item-public test on FreeBSD
1 parent 86509d8 commit 785ae90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/lang-item-public.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ extern {}
2828
#[link(name = "execinfo")]
2929
extern {}
3030

31+
#[cfg(target_os = "freebsd")]
32+
#[link(name = "c")]
33+
extern {}
34+
3135
#[cfg(target_os = "dragonfly")]
3236
#[link(name = "c")]
3337
extern {}

0 commit comments

Comments
 (0)