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