rb_syserr_fail

Function rb_syserr_fail 

Source
pub unsafe extern "C" fn rb_syserr_fail(
    err: c_int,
    msg: *const c_char,
) -> !
Expand description

Raises appropriate exception that represents a C errno.

ยง@param[in] err C level errno. @param[in] msg Additional message to raise. @exception rb_eSystemCallError An exception representing err. @note It never returns.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3