Skip to content

Commit 1baa38f

Browse files
committed
Rebase on master
Signed-off-by: Ayush Singh <ayushsingh1325@gmail.com>
1 parent 945049c commit 1baa38f

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/uefi

1 file changed

+1
-1
lines changed

library/std/src/sys/uefi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub mod memchr {
4848
pub use core::slice::memchr::{memchr, memrchr};
4949
}
5050

51-
pub fn init(_argc: isize, _argv: *const *const u8) {}
51+
pub unsafe fn init(_argc: isize, _argv: *const *const u8, _sigpipe: u8) {}
5252

5353
// SAFETY: must be called only once during runtime cleanup.
5454
// NOTE: this is not guaranteed to run, for example when the program aborts.

0 commit comments

Comments
 (0)