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