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