From df9cbb61e321ac5a0a87b787e99ccf3b67d6ad29 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 3 Sep 2003 03:16:25 +0000 Subject: [PATCH] (__syscall_recvfrom, __syscall_sendto): Remove unused aliases. --- sysdeps/unix/sysv/linux/mips/mips64/syscalls.list | 4 ++-- 1 file 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 14ad564..b6d2e94 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 -- 2.7.4