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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_fchmod.c b/lib/libc_r/uthread/uthread_fchmod.c
index 1f87637..f57a9ea 100644
--- a/lib/libc_r/uthread/uthread_fchmod.c
+++ b/lib/libc_r/uthread/uthread_fchmod.c
@@ -38,7 +38,7 @@
#include "pthread_private.h"
int
-_libc_fchmod(int fd, mode_t mode)
+_fchmod(int fd, mode_t mode)
{
int ret;
@@ -49,5 +49,5 @@ _libc_fchmod(int fd, mode_t mode)
return (ret);
}
-__weak_reference(_libc_fchmod, fchmod);
+__weak_reference(_fchmod, fchmod);
#endif
OpenPOWER on IntegriCloud