X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Funistd%2Fsetresgid.c;h=9b9fe50bc02b3a1febe195812c76ea843fa9a82b;hb=a654b0243b450379f94bd08a4e4e4306efbec3c0;hp=2b0c96d8708de8142887ac668025d6edc59d4b4e;hpb=b2486a8922bf4977bd82c8190258e39de28c053b;p=musl diff --git a/src/unistd/setresgid.c b/src/unistd/setresgid.c index 2b0c96d8..9b9fe50b 100644 --- a/src/unistd/setresgid.c +++ b/src/unistd/setresgid.c @@ -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); }