We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945049c commit 1baa38fCopy full SHA for 1baa38f
library/std/src/sys/uefi/mod.rs
@@ -48,7 +48,7 @@ pub mod memchr {
48
pub use core::slice::memchr::{memchr, memrchr};
49
}
50
51
-pub fn init(_argc: isize, _argv: *const *const u8) {}
+pub unsafe fn init(_argc: isize, _argv: *const *const u8, _sigpipe: u8) {}
52
53
// SAFETY: must be called only once during runtime cleanup.
54
// NOTE: this is not guaranteed to run, for example when the program aborts.
0 commit comments