#include "internal.h" int sys·chdir(char *path) { intptr ret = syscall(·Chdir, path); return error(ret); }