Skip to content

Commit 80b45dd

Browse files
committed
auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichton
2 parents 3ae1059 + ff7b58f commit 80b45dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/rand/os.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ mod imp {
8585
marker: marker::NoCopy
8686
}
8787

88+
#[repr(C)]
8889
struct SecRandom;
8990

9091
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;

0 commit comments

Comments
 (0)