aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/accept.c')
-rw-r--r--lib/libc/sys/accept.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.c b/lib/libc/sys/accept.c
index 95c8b4a58c74..c6fb040ab6d6 100644
--- a/lib/libc/sys/accept.c
+++ b/lib/libc/sys/accept.c
@@ -34,8 +34,6 @@
#include <sys/socket.h>
#include "libc_private.h"
-__weak_reference(__sys_accept, __accept);
-
#pragma weak accept
int
accept(int s, struct sockaddr *addr, socklen_t *addrlen)