Fix run-pass/lang-item-public test on FreeBSD
This commit is contained in:
parent
86509d8d7a
commit
785ae90f10
@ -28,6 +28,10 @@ extern {}
|
||||
#[link(name = "execinfo")]
|
||||
extern {}
|
||||
|
||||
#[cfg(target_os = "freebsd")]
|
||||
#[link(name = "c")]
|
||||
extern {}
|
||||
|
||||
#[cfg(target_os = "dragonfly")]
|
||||
#[link(name = "c")]
|
||||
extern {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user