#include int _chdir(const char *path) { errno = ENOSYS; return -1; }