global cleanup to use the new syscall interface
[musl] / src / unistd / getegid.c
index 33ee205..76038f6 100644 (file)
@@ -3,5 +3,5 @@
 
 gid_t getegid(void)
 {
-       return syscall0(__NR_getegid);
+       return syscall(SYS_getegid);
 }