13 #ifndef __STOUT_OS_POSIX_CLOSE_HPP__
14 #define __STOUT_OS_POSIX_CLOSE_HPP__
26 if (::
close(fd) != 0) {
35 #endif // __STOUT_OS_POSIX_CLOSE_HPP__
Definition: nothing.hpp:16
Definition: errorbase.hpp:49
Try< Nothing > close(int fd)
Definition: close.hpp:24