From e70d2f3aa935a938ff262ba081796ab8d17cac5e Mon Sep 17 00:00:00 2001 From: deischen Date: Mon, 29 Jan 2001 18:59:53 +0000 Subject: Unbreak world by correctly specifying the prototype for __sys_aio_suspend. A make buildworld was done but not with the committed pthread_private.h. Reported by: Manfred Antar --- lib/libkse/thread/thr_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libkse') 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 */ #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 */ -- cgit v1.1