summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_poll.c')
-rw-r--r--lib/libc_r/uthread/uthread_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_poll.c b/lib/libc_r/uthread/uthread_poll.c
index d395250..3717273 100644
--- a/lib/libc_r/uthread/uthread_poll.c
+++ b/lib/libc_r/uthread/uthread_poll.c
@@ -97,5 +97,5 @@ _poll(struct pollfd *fds, unsigned int nfds, int timeout)
return (ret);
}
-__weak_reference(_poll, poll);
+__strong_reference(_poll, poll);
#endif
OpenPOWER on IntegriCloud