summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_fchflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_fchflags.c')
-rw-r--r--lib/libc_r/uthread/uthread_fchflags.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_fchflags.c b/lib/libc_r/uthread/uthread_fchflags.c
index 3334b56..ef33d86 100644
--- a/lib/libc_r/uthread/uthread_fchflags.c
+++ b/lib/libc_r/uthread/uthread_fchflags.c
@@ -12,7 +12,7 @@
#include "pthread_private.h"
int
-_libc_fchflags(int fd, u_long flags)
+_fchflags(int fd, u_long flags)
{
int ret;
@@ -23,5 +23,5 @@ _libc_fchflags(int fd, u_long flags)
return (ret);
}
-__weak_reference(_libc_fchflags, fchflags);
+__weak_reference(_fchflags, fchflags);
#endif
OpenPOWER on IntegriCloud