Skip to content

Commit e860437

Browse files
committed
rollup merge of rust-lang#17972 : ebfe/rpass-lang-item
2 parents 986d62e + 785ae90 commit e860437

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)