/* Compile with -Wall -Werror */ #define _BSD_SOURCE 1 #define _XOPEN_SOURCE 700 #include int main(void) { return chroot("/tmp"); }