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 e0698e1..0aa49d1 100644
--- a/lib/libc_r/uthread/uthread_fstat.c
+++ b/lib/libc_r/uthread/uthread_fstat.c
@@ -40,7 +40,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak fstat=_fstat
+__weak_reference(_fstat, fstat);
int
_fstat(int fd, struct stat * buf)
OpenPOWER on IntegriCloud