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