Skip to content

Commit

Permalink
fix(hermit): remove sys_network_init stub
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
  • Loading branch information
mkroening committed Dec 19, 2023
1 parent 01df758 commit 33a77b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hermit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
#![doc = include_str!("../README.md")]

// FIXME: Remove once removed from std:
// https://github.com/rust-lang/rust/pull/115309
#[no_mangle]
extern "C" fn sys_network_init() -> i32 {
0
}

0 comments on commit 33a77b7

Please sign in to comment.