summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/uthread/pthread_private.h2
-rw-r--r--lib/libkse/thread/thr_private.h2
-rw-r--r--lib/libpthread/thread/thr_private.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc_r/uthread/pthread_private.h b/lib/libc_r/uthread/pthread_private.h
index 66f8121..0d99de4 100644
--- a/lib/libc_r/uthread/pthread_private.h
+++ b/lib/libc_r/uthread/pthread_private.h
@@ -1283,7 +1283,7 @@ void _thread_cancellation_point(void);
/* #include <sys/aio.h> */
#ifdef _SYS_AIO_H_
-int __sys_aio_suspend(const struct aiocb **, int, const struct timespec);
+int __sys_aio_suspend(const struct aiocb * const[], int, const struct timespec *);
#endif
/* #include <signal.h> */
diff --git a/lib/libkse/thread/thr_private.h b/lib/libkse/thread/thr_private.h
index 66f8121..0d99de4 100644
--- a/lib/libkse/thread/thr_private.h
+++ b/lib/libkse/thread/thr_private.h
@@ -1283,7 +1283,7 @@ void _thread_cancellation_point(void);
/* #include <sys/aio.h> */
#ifdef _SYS_AIO_H_
-int __sys_aio_suspend(const struct aiocb **, int, const struct timespec);
+int __sys_aio_suspend(const struct aiocb * const[], int, const struct timespec *);
#endif
/* #include <signal.h> */
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 66f8121..0d99de4 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -1283,7 +1283,7 @@ void _thread_cancellation_point(void);
/* #include <sys/aio.h> */
#ifdef _SYS_AIO_H_
-int __sys_aio_suspend(const struct aiocb **, int, const struct timespec);
+int __sys_aio_suspend(const struct aiocb * const[], int, const struct timespec *);
#endif
/* #include <signal.h> */
OpenPOWER on IntegriCloud