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