summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_aio_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_aio_suspend.c')
-rw-r--r--lib/libc_r/uthread/uthread_aio_suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_aio_suspend.c b/lib/libc_r/uthread/uthread_aio_suspend.c
index ea77f4e..23d34f9 100644
--- a/lib/libc_r/uthread/uthread_aio_suspend.c
+++ b/lib/libc_r/uthread/uthread_aio_suspend.c
@@ -33,7 +33,7 @@
#include <pthread.h>
#include "pthread_private.h"
-#pragma weak aio_suspend=_aio_suspend
+__weak_reference(_aio_suspend, aio_suspend);
int
_aio_suspend(const struct aiocb * const iocbs[], int niocb, const struct
OpenPOWER on IntegriCloud