ref: 5bd3f48d02f5a91fa6e839ab8762ba6f712b3574 dir: /sys/src/ape/lib/ap/plan9/chroot.c/
#include <unistd.h> #include <errno.h> int chroot(const char*) { errno = EIO; return -1; }