diff options
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r-- | lib/libpthread/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
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> */ |