summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_setsockopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_setsockopt.c')
-rw-r--r--lib/libc_r/uthread/uthread_setsockopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_setsockopt.c b/lib/libc_r/uthread/uthread_setsockopt.c
index fe0a55e..f50a708 100644
--- a/lib/libc_r/uthread/uthread_setsockopt.c
+++ b/lib/libc_r/uthread/uthread_setsockopt.c
@@ -50,5 +50,5 @@ _setsockopt(int fd, int level, int optname, const void *optval, socklen_t
return ret;
}
-__weak_reference(_setsockopt, setsockopt);
+__strong_reference(_setsockopt, setsockopt);
#endif
OpenPOWER on IntegriCloud