aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/thread
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-01-29 18:59:53 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-01-29 18:59:53 +0000
commitf47892a9f7f0569907307fc4c1cc549acf638b99 (patch)
treeec32b1b1d12a475d271eda8384f1c6d8c85598cd /lib/libkse/thread
parent6fe4e0a915d5ae2e126efbcce6c2a4aa66c404be (diff)
downloadsrc-f47892a9f7f0569907307fc4c1cc549acf638b99.tar.gz
src-f47892a9f7f0569907307fc4c1cc549acf638b99.zip
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 <null@pozo.com>
Notes
Notes: svn path=/head/; revision=71808
Diffstat (limited to 'lib/libkse/thread')
-rw-r--r--lib/libkse/thread/thr_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_private.h b/lib/libkse/thread/thr_private.h
index 66f812183cc5..0d99de4f3fae 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> */