set_umask

Function set_umask 

Source
pub fn set_umask(umask: u32) -> u32
Expand description

Sets the calling process’s umask.

Note: On non-Unix systems this is emulated by global variable.