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 3fc481c..12abd30 100644
--- a/lib/libc_r/uthread/uthread_accept.c
+++ b/lib/libc_r/uthread/uthread_accept.c
@@ -107,5 +107,5 @@ _accept(int fd, struct sockaddr * name, socklen_t *namelen)
return (ret);
}
-__weak_reference(_accept, accept);
+__strong_reference(_accept, accept);
#endif
OpenPOWER on IntegriCloud