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