wasmer_wasix::syscalls::wasix::proc_signals_get

Function proc_signals_get

Source
pub fn proc_signals_get<M: MemorySize>(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    buf: WasmPtr<SignalDisposition, M>,
) -> Result<Errno, WasiError>
Expand description

ยงproc_signals_get()

Gets signals with overridden handlers.

Inputs:

  • __wasi_signal_and_action_t *buf A pointer to a buffer to write the signal data.