Function chroot [src]
Prototype
pub fn chroot(path: [*:0]const u8) usize
Parameters
path: [*:0]const u8
Source
pub fn chroot(path: [*:0]const u8) usize {
return syscall1(.chroot, @intFromPtr(path));
}
pub fn chroot(path: [*:0]const u8) usize
path: [*:0]const u8
pub fn chroot(path: [*:0]const u8) usize {
return syscall1(.chroot, @intFromPtr(path));
}