Function libc::fchownat
[−]
[src]
pub unsafe extern fn fchownat(dirfd: c_int,
pathname: *const c_char,
owner: uid_t,
group: gid_t,
flags: c_int)
-> c_int
🔬 This is a nightly-only experimental API. (libc
)
use libc
from crates.io