summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchown.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fchown.c b/lib/libc_r/uthread/uthread_fchown.c
index 98fae73..06bfbcb 100644
--- a/lib/libc_r/uthread/uthread_fchown.c
+++ b/lib/libc_r/uthread/uthread_fchown.c
@@ -50,5 +50,5 @@ _fchown(int fd, uid_t owner, gid_t group)
return (ret);
}
-__weak_reference(_fchown, fchown);
+__strong_reference(_fchown, fchown);
#endif
OpenPOWER on IntegriCloud