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