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