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