aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-03 03:16:40 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-03 03:16:40 +0000
commitb3c37d6c951619f28e984deb5c74435119bcc15e (patch)
tree02e3e669312a48fd45d66fb0e6b48d8e51196cd1 /sysdeps/unix
parentdf9cbb61e321ac5a0a87b787e99ccf3b67d6ad29 (diff)
downloadglibc-b3c37d6c951619f28e984deb5c74435119bcc15e.tar
glibc-b3c37d6c951619f28e984deb5c74435119bcc15e.tar.gz
glibc-b3c37d6c951619f28e984deb5c74435119bcc15e.tar.bz2
glibc-b3c37d6c951619f28e984deb5c74435119bcc15e.zip
(__syscall_*): Remove unused __syscall_ stubs.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/arm/syscalls.list11
-rw-r--r--sysdeps/unix/sysv/linux/mips/syscalls.list10
2 files changed, 0 insertions, 21 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/syscalls.list b/sysdeps/unix/sysv/linux/arm/syscalls.list
index 61ac69948f..1db0030b5b 100644
--- a/sysdeps/unix/sysv/linux/arm/syscalls.list
+++ b/sysdeps/unix/sysv/linux/arm/syscalls.list
@@ -1,16 +1,5 @@
# File name Caller Syscall name # args Strong name Weak names
-s_getgroups getgroups getgroups 2 __syscall_getgroups
-s_llseek llseek _llseek 5 __syscall__llseek
-s_setfsgid setfsgid setfsgid 1 __syscall_setfsgid
-s_setfsuid setfsuid setfsuid 1 __syscall_setfsuid
-s_setgid setgid setgid 1 __syscall_setgid
-s_setgroups setgroups setgroups 2 __syscall_setgroups
-s_setregid setregid setregid 2 __syscall_setregid
-s_setresgid setresgid setresgid 3 __syscall_setresgid
-s_setresuid setresuid setresuid 3 __syscall_setresuid
-s_setreuid setreuid setreuid 2 __syscall_setreuid
-s_setuid setuid setuid 1 __syscall_setuid
syscall - syscall 7 syscall
oldgetrlimit EXTRA getrlimit i:ip __old_getrlimit getrlimit@GLIBC_2.0
oldsetrlimit EXTRA setrlimit i:ip __old_setrlimit setrlimit@GLIBC_2.0
diff --git a/sysdeps/unix/sysv/linux/mips/syscalls.list b/sysdeps/unix/sysv/linux/mips/syscalls.list
index 51789a7679..518f2a2522 100644
--- a/sysdeps/unix/sysv/linux/mips/syscalls.list
+++ b/sysdeps/unix/sysv/linux/mips/syscalls.list
@@ -8,8 +8,6 @@ cachectl - cachectl i:pii __cachectl cachectl
cacheflush - cacheflush i:pii _flush_cache cacheflush
sysmips - sysmips i:iiii __sysmips sysmips
-s_sigsuspend sigsuspend sigsuspend i:p __syscall_sigsuspend
-
#
# Socket functions; Linux/MIPS doesn't use the socketcall(2) wrapper;
# it's provided for compatibility, though.
@@ -31,11 +29,3 @@ setsockopt - setsockopt i:iiibn __setsockopt setsockopt
shutdown - shutdown i:ii __shutdown shutdown
socket - socket i:iii __socket socket
socketpair - socketpair i:iiif __socketpair socketpair
-
-# System calls with wrappers.
-rt_sigaction - rt_sigaction i:ippi __syscall_rt_sigaction
-rt_sigpending - rt_sigpending i:pi __syscall_rt_sigpending
-rt_sigprocmask - rt_sigprocmask i:ippi __syscall_rt_sigprocmask
-rt_sigqueueinfo - rt_sigqueueinfo i:iip __syscall_rt_sigqueueinfo
-rt_sigsuspend - rt_sigsuspend i:pi __syscall_rt_sigsuspend
-rt_sigtimedwait - rt_sigtimedwait i:pppi __syscall_rt_sigtimedwait