Skip to main content

psiginfo

Function psiginfo 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn psiginfo( info: *const siginfo_t, prefix: *const c_char, )
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/psiginfo.html.

Writes a language-dependent message associated with a signal number to the standard error stream.

ยงImplementation

Calls psignal() internally.