mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 09:40:13 +00:00
a4b3624d20
Continuing the move of syscall definitions to syscalls.list, where the removal of support for old kernel versions has made this possible, this patch moves various definitions of setfsgid and setfsuid. Tested for x86. [BZ #14138] * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file. * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise. * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise. * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise. * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise. * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise. * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add syscall. (setfsuid): Likewise. * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise. (setfsuid): Likewise. * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise. (setfsuid): Likewise. * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid): Likewise. (setfsuid): Likewise. * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise. (setfsuid): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid): Likewise. (setfsuid): Likewise.
23 lines
768 B
Plaintext
23 lines
768 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
chown - chown32 i:sii __chown chown
|
|
lchown - lchown32 i:sii __lchown lchown
|
|
fchown - fchown32 i:iii __fchown fchown
|
|
|
|
getegid - getegid32 Ei: __getegid getegid
|
|
geteuid - geteuid32 Ei: __geteuid geteuid
|
|
getgid - getgid32 Ei: __getgid getgid
|
|
getuid - getuid32 Ei: __getuid getuid
|
|
getresgid - getresgid32 i:ppp __getresgid getresgid
|
|
getresuid - getresuid32 i:ppp __getresuid getresuid
|
|
getgroups - getgroups32 i:ip __getgroups getgroups
|
|
|
|
setfsgid - setfsgid32 Ei:i setfsgid
|
|
setfsuid - setfsuid32 Ei:i setfsuid
|
|
|
|
waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid
|
|
|
|
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
|
|
|
fanotify_mark EXTRA fanotify_mark i:iiiiis __fanotify_mark fanotify_mark@@GLIBC_2.16
|