Skip to main content

sys_umask

Function sys_umask 

Source
pub fn sys_umask(mask: u64) -> Result<u64, SyscallError>
Expand description

SYS_UMASK (444): Set file creation mask; return the old mask.