summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_aio_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_aio_suspend.c')
-rw-r--r--lib/libpthread/thread/thr_aio_suspend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_aio_suspend.c b/lib/libpthread/thread/thr_aio_suspend.c
index 5b8a6dc..43a2414 100644
--- a/lib/libpthread/thread/thr_aio_suspend.c
+++ b/lib/libpthread/thread/thr_aio_suspend.c
@@ -33,6 +33,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(_aio_suspend);
+LT10_COMPAT_DEFAULT(aio_suspend);
+
__weak_reference(_aio_suspend, aio_suspend);
int
OpenPOWER on IntegriCloud