diff options
Diffstat (limited to 'lib/libpthread/thread/thr_aio_suspend.c')
-rw-r--r-- | lib/libpthread/thread/thr_aio_suspend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_aio_suspend.c b/lib/libpthread/thread/thr_aio_suspend.c index ea77f4e..23d34f9 100644 --- a/lib/libpthread/thread/thr_aio_suspend.c +++ b/lib/libpthread/thread/thr_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 |