@brief Set open callback.
The open callback is responsible for opening the file specified by pathname, flags and mode. The file shall be opened with \c CLOEXEC set in a racefree fashion, if possible.
Default: - on linux: racefree CLOEXEC - others : non-racefree CLOEXEC
See Implementation
@brief Set open callback.
The open callback is responsible for opening the file specified by pathname, flags and mode. The file shall be opened with \c CLOEXEC set in a racefree fashion, if possible.
Default: - on linux: racefree CLOEXEC - others : non-racefree CLOEXEC