#include #include #include "../syscall/syscall.h" int chdir(char *path) { return linuxchdir(path); }