about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-09-04 13:35:58 +0200
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-09-04 13:35:58 +0200
commit7f260a953b583fdca533d57f92639d69024c262b (patch)
tree6b8f9d8da53fced8a134b72c59861c7ec56961da /example
parentb80970f27f8b6d10c7b69b70263c9d4895800482 (diff)
downloadrust-7f260a953b583fdca533d57f92639d69024c262b.tar.gz
rust-7f260a953b583fdca533d57f92639d69024c262b.zip
Rustup to rustc 1.65.0-nightly (84f0c3f79 2022-09-03)
Diffstat (limited to 'example')
-rw-r--r--example/mini_core_hello_world.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mini_core_hello_world.rs b/example/mini_core_hello_world.rs
index e83be3a3df5..215d3556a17 100644
--- a/example/mini_core_hello_world.rs
+++ b/example/mini_core_hello_world.rs
@@ -93,6 +93,7 @@ fn start<T: Termination + 'static>(
     main: fn() -> T,
     argc: isize,
     argv: *const *const u8,
+    _sigpipe: u8,
 ) -> isize {
     if argc == 3 {
         unsafe { puts(*argv as *const i8); }