Skip to content

Commit

Permalink
remove workaround for the __wasm_signal symbol (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej authored Sep 12, 2024
2 parents 6ed8750 + 9f16aad commit cbaadd9
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 cbaadd9

Please sign in to comment.