X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Funistd%2Ffchdir.c;h=e5595f7749f35f0d959da1fc186e6361e648e90d;hp=b2acbc29197cbc7e8cee34266736781d1cb8e4de;hb=aa398f56fa398f2202b04e82c67f822f3233786f;hpb=be82e122bf37fdcd1766d1ed220f0300b30ab6a3 diff --git a/src/unistd/fchdir.c b/src/unistd/fchdir.c index b2acbc29..e5595f77 100644 --- a/src/unistd/fchdir.c +++ b/src/unistd/fchdir.c @@ -3,5 +3,5 @@ int fchdir(int fd) { - return syscall1(__NR_fchdir, fd); + return syscall(SYS_fchdir, fd); }