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.