13 #ifndef __STOUT_OS_UTIME_HPP__ 14 #define __STOUT_OS_UTIME_HPP__ 19 #include <sys/utime.h> 37 if (::
utime(path.c_str(),
nullptr) == -1) {
47 #endif // __STOUT_OS_UTIME_HPP__
Definition: nothing.hpp:16
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
Try< Nothing > utime(const std::string &path)
Definition: utime.hpp:32