summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchflags.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fchflags.c b/lib/libc_r/uthread/uthread_fchflags.c
index ef33d86..0cd37e3 100644
--- a/lib/libc_r/uthread/uthread_fchflags.c
+++ b/lib/libc_r/uthread/uthread_fchflags.c
@@ -23,5 +23,5 @@ _fchflags(int fd, u_long flags)
return (ret);
}
-__weak_reference(_fchflags, fchflags);
+__strong_reference(_fchflags, fchflags);
#endif
OpenPOWER on IntegriCloud