summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2001-01-29 18:59:53 +0000
committerdeischen <deischen@FreeBSD.org>2001-01-29 18:59:53 +0000
commite70d2f3aa935a938ff262ba081796ab8d17cac5e (patch)
treed568b6c734ff1934177c093668a36807d57c78f8 /lib/libkse
parentab7cbc336e725e50c14730d66dac04e3e4548555 (diff)
downloadFreeBSD-src-e70d2f3aa935a938ff262ba081796ab8d17cac5e.zip
FreeBSD-src-e70d2f3aa935a938ff262ba081796ab8d17cac5e.tar.gz
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>
Diffstat (limited to 'lib/libkse')
-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 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> */
OpenPOWER on IntegriCloud