summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchmod.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fchmod.c b/lib/libc_r/uthread/uthread_fchmod.c
index f57a9ea..b9a5224 100644
--- a/lib/libc_r/uthread/uthread_fchmod.c
+++ b/lib/libc_r/uthread/uthread_fchmod.c
@@ -49,5 +49,5 @@ _fchmod(int fd, mode_t mode)
return (ret);
}
-__weak_reference(_fchmod, fchmod);
+__strong_reference(_fchmod, fchmod);
#endif
OpenPOWER on IntegriCloud