aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/sendmsg.c')
-rw-r--r--lib/libc/sys/sendmsg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/sendmsg.c b/lib/libc/sys/sendmsg.c
index fd4e41837c48..6c5fb4021ce3 100644
--- a/lib/libc/sys/sendmsg.c
+++ b/lib/libc/sys/sendmsg.c
@@ -34,8 +34,6 @@
#include <sys/socket.h>
#include "libc_private.h"
-__weak_reference(__sys_sendmsg, __sendmsg);
-
#pragma weak sendmsg
ssize_t
sendmsg(int s, const struct msghdr *msg, int flags)