Function umount [src]
Prototype
pub fn umount(special: [*:0]const u8) usize Parameters
special: [*:0]const u8 Source
pub fn umount(special: [*:0]const u8) usize {
return syscall2(.umount2, @intFromPtr(special), 0);
} pub fn umount(special: [*:0]const u8) usize special: [*:0]const u8 pub fn umount(special: [*:0]const u8) usize {
return syscall2(.umount2, @intFromPtr(special), 0);
}