summaryrefslogtreecommitdiff
path: root/src/unistd/setregid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setregid.c')
-rw-r--r--src/unistd/setregid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setregid.c b/src/unistd/setregid.c
index 49c59858..665b5556 100644
--- a/src/unistd/setregid.c
+++ b/src/unistd/setregid.c
@@ -4,5 +4,5 @@
int setregid(gid_t rgid, gid_t egid)
{
- return __rsyscall(__NR_setregid, rgid, egid, 0, 0, 0, 0);
+ return __rsyscall(SYS_setregid, rgid, egid, 0, 0, 0, 0);
}