Module fcntl

Source
Expand description

File control options

Structs§

AtFlags
Flags that control how the various *at syscalls behave.

Constants§

AT_FDCWD
A file descriptor referring to the working directory of the current process that should be ONLY passed to the dirfd argument of those xxat() functions.