17 #ifndef __STOUT_OS_POSIX_CHROOT_HPP__ 18 #define __STOUT_OS_POSIX_CHROOT_HPP__ 30 if (::
chroot(directory.c_str()) < 0) {
39 #endif // __STOUT_OS_POSIX_CHROOT_HPP__ Definition: nothing.hpp:16
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
Try< Nothing > chroot(const std::string &directory)
Definition: chroot.hpp:28