Function fremovexattr [src]

Prototype

pub fn fremovexattr(fd: usize, name: [*:0]const u8) usize

Parameters

fd: usizename: [*:0]const u8

Source

pub fn fremovexattr(fd: usize, name: [*:0]const u8) usize { return syscall2(.fremovexattr, fd, @intFromPtr(name)); }