Function shadow_shmem::raw_syscall::open
source · pub unsafe fn open(
filename: &[u8],
flags: OFlag,
mode: u32,
) -> Result<i32, Errno>
Expand description
§Safety
Assumes filename is a null-terminated ASCII string and that flags and mode are valid as defined by the x86-64 system call interface.