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