#include "internal.h" int sys·chdirfd(int fd) { intptr ret = syscall(·FChdir, fd); return error(ret); }