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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_fchown.c b/lib/libc_r/uthread/uthread_fchown.c
index d49d7d1..98fae73 100644
--- a/lib/libc_r/uthread/uthread_fchown.c
+++ b/lib/libc_r/uthread/uthread_fchown.c
@@ -39,7 +39,7 @@
#include "pthread_private.h"
int
-_libc_fchown(int fd, uid_t owner, gid_t group)
+_fchown(int fd, uid_t owner, gid_t group)
{
int ret;
@@ -50,5 +50,5 @@ _libc_fchown(int fd, uid_t owner, gid_t group)
return (ret);
}
-__weak_reference(_libc_fchown, fchown);
+__weak_reference(_fchown, fchown);
#endif
OpenPOWER on IntegriCloud