rb_mod_syserr_fail

Function rb_mod_syserr_fail 

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

Identical to rb_mod_sys_fail, except it does not depend on C global variable errno. Pass it explicitly.

ยง@param[in] mod A ::rb_cModule instance. @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