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