Skip to content

Commit

Permalink
remove the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Sep 10, 2024
1 parent 4cd9067 commit 9f16aad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/wasi/wasix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -975,13 +975,6 @@ extern "C" fn default_handler(sig: ::c_int) {
}
}

// mod wasm_signal {
// #[no_mangle]
// extern "C" fn __wasm_signal(signum: ::c_int) {
// unsafe { super::__wasm_signal(signum) };
// }
// }

/// mocked functions that dont do anything in WASI land
pub fn mlock(_addr: *const ::c_void, _len: ::size_t) -> ::c_int {
0
Expand Down

0 comments on commit 9f16aad

Please sign in to comment.