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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_shutdown.c b/lib/libc_r/uthread/uthread_shutdown.c
index 7efd4f0..a148d85 100644
--- a/lib/libc_r/uthread/uthread_shutdown.c
+++ b/lib/libc_r/uthread/uthread_shutdown.c
@@ -37,7 +37,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak shutdown=_shutdown
+__weak_reference(_shutdown, shutdown);
int
_shutdown(int fd, int how)
OpenPOWER on IntegriCloud