Feature test madness added by sjamaan on Tue Jan 17 14:32:28 2017

/* Compile with -Wall -Werror */

#define _BSD_SOURCE 1
#define _XOPEN_SOURCE  700

#include <unistd.h>

int main(void) {
        return chroot("/tmp");
}