rollup merge of #17972 : ebfe/rpass-lang-item

This commit is contained in:
Alex Crichton 2014-10-13 15:09:41 -07:00
commit e860437ab1
1 changed files with 4 additions and 0 deletions

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