X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Funistd%2Fsync.c;h=20fafb4a93c6b28270ddeaa6c24d8aa6bb3756ef;hb=b778a2ba69d7707d13280ce2d44c4153eb1e2431;hp=a49808fdcf9cb8970135197242e91559b33420e4;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/unistd/sync.c b/src/unistd/sync.c index a49808fd..20fafb4a 100644 --- a/src/unistd/sync.c +++ b/src/unistd/sync.c @@ -3,5 +3,5 @@ void sync(void) { - syscall0(__NR_sync); + syscall(SYS_sync); }