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