diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 03:16:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 03:16:25 +0000 |
commit | df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29 (patch) | |
tree | f9d0c19af32b7f1f05cff64f4a733e3605aac1b5 /sysdeps/unix/sysv | |
parent | b89b553b5495aec89a9546ec26943de36441e5b7 (diff) | |
download | glibc-df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29.tar glibc-df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29.tar.gz glibc-df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29.tar.bz2 glibc-df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29.zip |
(__syscall_recvfrom, __syscall_sendto): Remove unused aliases.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/syscalls.list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list b/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list index 14ad564573..b6d2e9444f 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list +++ b/sysdeps/unix/sysv/linux/mips/mips64/syscalls.list @@ -3,8 +3,8 @@ lseek - lseek i:iii __libc_lseek __lseek lseek __llseek llseek __libc_lseek64 __lseek64 lseek64 # proper socket implementations: -recvfrom - recvfrom i:ibniBN __libc_recvfrom __recvfrom recvfrom __syscall_recvfrom -sendto - sendto i:ibnibn __libc_sendto __sendto sendto __syscall_sendto +recvfrom - recvfrom i:ibniBN __libc_recvfrom __recvfrom recvfrom +sendto - sendto i:ibnibn __libc_sendto __sendto sendto # semaphore and shm system calls msgctl - msgctl i:iip __msgctl msgctl |