Crate openat2[][src]

Structs

OpenHow

A structure that specifies how a path should be opened with openat2().

ResolveFlags

Flags that modify path resolution.

Functions

has_openat2

Probe for the presence of the openat2() syscall.

has_openat2_cached

A cached version of has_openat2().

openat2

Call the openat2() syscall to open the specified path.

openat2_cstr

Call the openat2() syscall to open the specified path.

supports_open_how

Check whether the running kernel supports the given OpenHow structure.