aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-16 16:28:36 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-16 16:28:36 +0000
commitd69f35a8073dd987a12c92ebff0efa7d38ff5464 (patch)
tree0b1036dfe4941e807078e811268594b0629fe8be /sysdeps
parentf858fcedc84c1bf718069d4468a555acbf288093 (diff)
downloadglibc-d69f35a8073dd987a12c92ebff0efa7d38ff5464.tar
glibc-d69f35a8073dd987a12c92ebff0efa7d38ff5464.tar.gz
glibc-d69f35a8073dd987a12c92ebff0efa7d38ff5464.tar.bz2
glibc-d69f35a8073dd987a12c92ebff0efa7d38ff5464.zip
Add s_setgid, s_setresuid, s_setresgid, and s_setuid.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/arm/syscalls.list4
-rw-r--r--sysdeps/unix/sysv/linux/m68k/syscalls.list4
2 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/syscalls.list b/sysdeps/unix/sysv/linux/arm/syscalls.list
index a3ecdd7d73..3adc087d15 100644
--- a/sysdeps/unix/sysv/linux/arm/syscalls.list
+++ b/sysdeps/unix/sysv/linux/arm/syscalls.list
@@ -2,6 +2,10 @@
s_getgroups getgroups getgroups 2 __syscall_getgroups
s_llseek llseek _llseek 5 __sys_llseek
+s_setgid setgid setgid 1 __syscall_setgid
s_setgroups setgroups setgroups 2 __syscall_setgroups
+s_setresuid setresuid setresuid 3 __syscall_setresuid
+s_setresgid setresgid setresgid 3 __syscall_setresgid
+s_setuid setuid setuid 1 __syscall_setuid
vm86 - vm86 1 __vm86 vm86
syscall - syscall 5 syscall
diff --git a/sysdeps/unix/sysv/linux/m68k/syscalls.list b/sysdeps/unix/sysv/linux/m68k/syscalls.list
index 473c2ec5b2..971c4ee7bf 100644
--- a/sysdeps/unix/sysv/linux/m68k/syscalls.list
+++ b/sysdeps/unix/sysv/linux/m68k/syscalls.list
@@ -4,4 +4,8 @@ cacheflush EXTRA cacheflush 4 __cacheflush cacheflush
s_getgroups getgroups getgroups 2 __syscall_getgroups
s_llseek llseek _llseek 5 __sys_llseek
+s_setgid setgid setgid 1 __syscall_setgid
s_setgroups setgroups setgroups 2 __syscall_setgroups
+s_setresgid setresgid setresgid 3 __syscall_setresgid
+s_setresuid setresuid setresuid 3 __syscall_setresuid
+s_setuid setuid setuid 1 __syscall_setuid