global cleanup to use the new syscall interface
[musl] / src / unistd / getpgrp.c
index 2004630..02449da 100644 (file)
@@ -3,5 +3,5 @@
 
 pid_t getpgrp(void)
 {
-       return syscall0(__NR_getpgrp);
+       return syscall(SYS_getpgrp);
 }