Fix run-pass/lang-item-public test on FreeBSD

This commit is contained in:
Michael Gehring 2014-10-11 16:16:38 +02:00
parent 86509d8d7a
commit 785ae90f10

View File

@ -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 {}