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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_fstat.c b/lib/libc_r/uthread/uthread_fstat.c
index 3f182c3..8df1f1a 100644
--- a/lib/libc_r/uthread/uthread_fstat.c
+++ b/lib/libc_r/uthread/uthread_fstat.c
@@ -42,7 +42,7 @@
#include "pthread_private.h"
int
-_libc_fstat(int fd, struct stat * buf)
+_fstat(int fd, struct stat * buf)
{
int ret;
@@ -56,5 +56,5 @@ _libc_fstat(int fd, struct stat * buf)
return (ret);
}
-__weak_reference(_libc_fstat, fstat);
+__weak_reference(_fstat, fstat);
#endif
OpenPOWER on IntegriCloud