Function fchmodat [src]
Prototype
pub extern "c" fn fchmodat(fd: fd_t, path: [*:0]const u8, mode: mode_t, flags: c_uint) c_int
Parameters
fd: fd_t
path: [*:0]const u8
mode: mode_t
flags: c_uint
Source
pub extern "c" fn fchmodat(fd: fd_t, path: [*:0]const u8, mode: mode_t, flags: c_uint) c_int