summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchown.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fchown.c b/lib/libc_r/uthread/uthread_fchown.c
index 39ee79d..5b27bcb 100644
--- a/lib/libc_r/uthread/uthread_fchown.c
+++ b/lib/libc_r/uthread/uthread_fchown.c
@@ -37,7 +37,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak fchown=_fchown
+__weak_reference(_fchown, fchown);
int
_fchown(int fd, uid_t owner, gid_t group)
OpenPOWER on IntegriCloud