diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-01-29 18:59:53 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-01-29 18:59:53 +0000 |
| commit | f47892a9f7f0569907307fc4c1cc549acf638b99 (patch) | |
| tree | ec32b1b1d12a475d271eda8384f1c6d8c85598cd /lib/libpthread | |
| parent | 6fe4e0a915d5ae2e126efbcce6c2a4aa66c404be (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -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 66f812183cc5..0d99de4f3fae 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> */ |
