auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw

This commit is contained in:
bors 2014-10-06 13:07:19 +00:00
commit 0d94fdaeb8
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ mod imp {
#[repr(C)]
struct SecRandom;
#[allow(non_uppercase_statics)]
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
#[link(name = "Security", kind = "framework")]