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 thosexxat()
functions.