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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/sendmsg.c b/lib/libc/sys/sendmsg.c
index b4f442e02bcb..769bb4d2d136 100644
--- a/lib/libc/sys/sendmsg.c
+++ b/lib/libc/sys/sendmsg.c
@@ -40,7 +40,6 @@ __weak_reference(__sys_sendmsg, __sendmsg);
ssize_t
sendmsg(int s, const struct msghdr *msg, int flags)
{
-
return (((int (*)(int, const struct msghdr *, int))
- __libc_interposing[INTERPOS_sendmsg])(s, msg, flags));
+ __libsys_interposing[INTERPOS_sendmsg])(s, msg, flags));
}