add and consolidate nasty stdio_ext junk
[oweals/musl.git] / src / unistd / setresgid.c
index 2b0c96d8708de8142887ac668025d6edc59d4b4e..9b9fe50bc02b3a1febe195812c76ea843fa9a82b 100644 (file)
@@ -5,5 +5,5 @@
 
 int setresgid(gid_t rgid, gid_t egid, gid_t sgid)
 {
-       return __rsyscall(__NR_setresgid, rgid, egid, sgid, 0, 0, 0);
+       return __rsyscall(SYS_setresgid, rgid, egid, sgid, 0, 0, 0);
 }