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); }