#include #include int chroot(const char *path) { return syscall(chroot, path); }