Structs§
- A structure that specifies how a path should be opened with
openat2()
. - Flags that modify path resolution.
Functions§
- Probe for the presence of the
openat2()
syscall. - A cached version of
has_openat2()
. - Call the
openat2()
syscall to open the specifiedpath
. - Call the
openat2()
syscall to open the specifiedpath
. - Check whether the running kernel supports the given
OpenHow
structure.