summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_accept.c')
-rw-r--r--lib/libc_r/uthread/uthread_accept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_accept.c b/lib/libc_r/uthread/uthread_accept.c
index a7865fa..e04b97b 100644
--- a/lib/libc_r/uthread/uthread_accept.c
+++ b/lib/libc_r/uthread/uthread_accept.c
@@ -39,7 +39,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak accept=_accept
+__weak_reference(_accept, accept);
int
_accept(int fd, struct sockaddr * name, socklen_t *namelen)
OpenPOWER on IntegriCloud