summaryrefslogtreecommitdiff
path: root/src/unistd/setresuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/setresuid.c')
-rw-r--r--src/unistd/setresuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/setresuid.c b/src/unistd/setresuid.c
index 7fa6bc38..497f7592 100644
--- a/src/unistd/setresuid.c
+++ b/src/unistd/setresuid.c
@@ -5,5 +5,5 @@
int setresuid(uid_t ruid, uid_t euid, uid_t suid)
{
- return __rsyscall(__NR_setresuid, ruid, euid, suid, 0, 0, 0);
+ return __rsyscall(SYS_setresuid, ruid, euid, suid, 0, 0, 0);
}