Fix run-pass/lang-item-public test on FreeBSD
This commit is contained in:
parent
86509d8d7a
commit
785ae90f10
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue