Skip to content

Commit

Permalink
auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 26, 2014
2 parents 3ae1059 + ff7b58f commit 80b45dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/rand/os.rs
Expand Up @@ -85,6 +85,7 @@ mod imp {
marker: marker::NoCopy
}

#[repr(C)]
struct SecRandom;

static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
Expand Down

0 comments on commit 80b45dd

Please sign in to comment.