X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Funistd%2Fgetpgrp.c;h=433f42e8f816107d75b64a096cb54b89e7688bb4;hb=a764db9a086ca036d4fc9181f96d19ab312a6560;hp=2004630a8fd898ae38eeaf65d631b44cf39e93ba;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/src/unistd/getpgrp.c b/src/unistd/getpgrp.c index 2004630a..433f42e8 100644 --- a/src/unistd/getpgrp.c +++ b/src/unistd/getpgrp.c @@ -3,5 +3,5 @@ pid_t getpgrp(void) { - return syscall0(__NR_getpgrp); + return __syscall(SYS_getpgrp); }