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