diff options
Diffstat (limited to 'lib/libc_r/uthread/uthread_sendmsg.c')
-rw-r--r-- | lib/libc_r/uthread/uthread_sendmsg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_sendmsg.c b/lib/libc_r/uthread/uthread_sendmsg.c index cb3970c..5a3476b 100644 --- a/lib/libc_r/uthread/uthread_sendmsg.c +++ b/lib/libc_r/uthread/uthread_sendmsg.c @@ -38,7 +38,7 @@ #include <pthread.h> #include "pthread_private.h" -#pragma weak sendmsg=_sendmsg +__weak_reference(_sendmsg, sendmsg); ssize_t _sendmsg(int fd, const struct msghdr *msg, int flags) |