Function bpf_sys::renameat[][src]

pub unsafe extern "C" fn renameat(
    __oldfd: c_int,
    __old: *const c_char,
    __newfd: c_int,
    __new: *const c_char
) -> c_int