summaryrefslogtreecommitdiff
path: root/libc/inet/socketcalls.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-12-15 11:32:30 +0000
committerEric Andersen <andersen@codepoet.org>2005-12-15 11:32:30 +0000
commit0e3571472522a22f3d53b1195cb112528e7b4adc (patch)
treef0660763593ee2ab76623bf6cad33fb0602b47f0 /libc/inet/socketcalls.c
parent813349ca63e3987cb6a2567cbfbd8572ae78554f (diff)
silly bug
Diffstat (limited to 'libc/inet/socketcalls.c')
-rw-r--r--libc/inet/socketcalls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/socketcalls.c b/libc/inet/socketcalls.c
index d6ec86e94..db2da8c5b 100644
--- a/libc/inet/socketcalls.c
+++ b/libc/inet/socketcalls.c
@@ -158,7 +158,6 @@ strong_alias(__listen,listen)
#ifdef __NR_recv
#define __NR___libc_recv __NR_recv
_syscall4(ssize_t, __libc_recv, int, sockfd, __ptr_t, buffer, size_t, len, int, flags);
-weak_alias(__libc_recv, recv);
#elif defined(__NR_socketcall)
/* recv, recvfrom added by bir7@leland.stanford.edu */
ssize_t __libc_recv(int sockfd, __ptr_t buffer, size_t len, int flags)