summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_sendmsg.c')
-rw-r--r--lib/libc_r/uthread/uthread_sendmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_sendmsg.c b/lib/libc_r/uthread/uthread_sendmsg.c
index d280519..c515269 100644
--- a/lib/libc_r/uthread/uthread_sendmsg.c
+++ b/lib/libc_r/uthread/uthread_sendmsg.c
@@ -40,7 +40,7 @@
#include "pthread_private.h"
ssize_t
-_libc_sendmsg(int fd, const struct msghdr *msg, int flags)
+_sendmsg(int fd, const struct msghdr *msg, int flags)
{
int ret;
@@ -70,5 +70,5 @@ _libc_sendmsg(int fd, const struct msghdr *msg, int flags)
return (ret);
}
-__weak_reference(_libc_sendmsg, sendmsg);
+__weak_reference(_sendmsg, sendmsg);
#endif
OpenPOWER on IntegriCloud