Skip to content

Commit 68267d0

Browse files
committed
Fix build failure on Trusty
1 parent 75530e9 commit 68267d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/sys/random/trusty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
extern "C" {
1+
unsafe extern "C" {
22
fn trusty_rng_secure_rand(randomBuffer: *mut core::ffi::c_void, randomBufferLen: libc::size_t);
33
}
44

0 commit comments

Comments
 (0)