13 #ifndef __STOUT_OS_POSIX_OPEN_HPP__ 14 #define __STOUT_OS_POSIX_OPEN_HPP__ 17 #include <sys/types.h> 30 #error "missing O_CLOEXEC support on this platform" 47 #endif // __STOUT_OS_POSIX_OPEN_HPP__
Try< int_fd > open(const std::string &path, int oflag, mode_t mode=0)
Definition: open.hpp:35
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
int mode_t
Definition: windows.hpp:177
Try< mode_t > mode(const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)
Definition: stat.hpp:168
int int_fd
Definition: int_fd.hpp:35