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