blob: e5595f7749f35f0d959da1fc186e6361e648e90d [file] [log] [blame]
#include <unistd.h>
#include "syscall.h"
int fchdir(int fd)
{
return syscall(SYS_fchdir, fd);
}