Module os::syscall::fs

source · []

Structs

Enums

Constants

Functions

Warning

Warning

If offset is not NULL, then it points to a variable holding the file offset from which sendfile() will start reading data from in_fd.

umask() sets the calling process’s file mode creation mask (umask) to mask & 0777 (i.e., only the file permission bits of mask are used), and returns the previous value of the mask.

Warning