summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchmod.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_fchmod.c b/lib/libc_r/uthread/uthread_fchmod.c
index 0558714..05dea24 100644
--- a/lib/libc_r/uthread/uthread_fchmod.c
+++ b/lib/libc_r/uthread/uthread_fchmod.c
@@ -36,7 +36,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak fchmod=_fchmod
+__weak_reference(_fchmod, fchmod);
int
_fchmod(int fd, mode_t mode)
OpenPOWER on IntegriCloud