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