mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Adopting FFI changes for iOS
This commit is contained in:
parent
0b3e43d2a4
commit
ff7b58f98c
@ -85,6 +85,7 @@ mod imp {
|
||||
marker: marker::NoCopy
|
||||
}
|
||||
|
||||
#[repr(C)]
|
||||
struct SecRandom;
|
||||
|
||||
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
||||
|
Loading…
Reference in New Issue
Block a user