summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_shutdown.c')
-rw-r--r--lib/libc_r/uthread/uthread_shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc_r/uthread/uthread_shutdown.c b/lib/libc_r/uthread/uthread_shutdown.c
index cffe4b6..8ce4d6d 100644
--- a/lib/libc_r/uthread/uthread_shutdown.c
+++ b/lib/libc_r/uthread/uthread_shutdown.c
@@ -39,7 +39,7 @@
#include "pthread_private.h"
int
-_libc_shutdown(int fd, int how)
+_shutdown(int fd, int how)
{
int ret;
@@ -70,5 +70,5 @@ _libc_shutdown(int fd, int how)
return (ret);
}
-__weak_reference(_libc_shutdown, shutdown);
+__weak_reference(_shutdown, shutdown);
#endif
OpenPOWER on IntegriCloud