summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fstat.c')
-rw-r--r--lib/libc_r/uthread/uthread_fstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fstat.c b/lib/libc_r/uthread/uthread_fstat.c
index 8df1f1a..7fc64e4 100644
--- a/lib/libc_r/uthread/uthread_fstat.c
+++ b/lib/libc_r/uthread/uthread_fstat.c
@@ -56,5 +56,5 @@ _fstat(int fd, struct stat * buf)
return (ret);
}
-__weak_reference(_fstat, fstat);
+__strong_reference(_fstat, fstat);
#endif
OpenPOWER on IntegriCloud