summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_flock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_flock.c')
-rw-r--r--lib/libc_r/uthread/uthread_flock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_flock.c b/lib/libc_r/uthread/uthread_flock.c
index 56d6fbc..3a4df6c 100644
--- a/lib/libc_r/uthread/uthread_flock.c
+++ b/lib/libc_r/uthread/uthread_flock.c
@@ -48,5 +48,5 @@ _flock(int fd, int operation)
return (ret);
}
-__weak_reference(_flock, flock);
+__strong_reference(_flock, flock);
#endif
OpenPOWER on IntegriCloud