#include <machine/syscall.h> /* Stub. */ int _chdir(const char *path) { return -1; }