aboutsummaryrefslogtreecommitdiff
path: root/sys/src/chdirfd.c
blob: ad84d2b99a42ad07a1f55814490f516fb374b969 (plain)
1
2
3
4
5
6
7
8
#include "internal.h"

int
sys·chdirfd(int fd)
{
    intptr ret = syscall(·FChdir, fd);
    return error(ret);
}