Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

sigqueue

Function sigqueue 

Source
pub unsafe extern "C" fn sigqueue(
    pid: pid_t,
    sig: c_int,
    value: sigval,
) -> c_int