summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_recvmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_recvmsg.c')
-rw-r--r--lib/libc_r/uthread/uthread_recvmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_recvmsg.c b/lib/libc_r/uthread/uthread_recvmsg.c
index 930671f..f3932aa 100644
--- a/lib/libc_r/uthread/uthread_recvmsg.c
+++ b/lib/libc_r/uthread/uthread_recvmsg.c
@@ -38,7 +38,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak recvmsg=_recvmsg
+__weak_reference(_recvmsg, recvmsg);
ssize_t
_recvmsg(int fd, struct msghdr *msg, int flags)
OpenPOWER on IntegriCloud