summaryrefslogtreecommitdiffstats
path: root/sys/posix4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-23 14:05:25 +0000
committerbde <bde@FreeBSD.org>1998-03-23 14:05:25 +0000
commit20ff8571188840f8bf0e8d60a6c83ab2339e4ba8 (patch)
treef1eabc5fbb2f90c6d4562c2e7d9ce151dc2ea45b /sys/posix4
parent735d20884b3d8fc8c3e414d789ad08399d3ad7ba (diff)
downloadFreeBSD-src-20ff8571188840f8bf0e8d60a6c83ab2339e4ba8.zip
FreeBSD-src-20ff8571188840f8bf0e8d60a6c83ab2339e4ba8.tar.gz
Don't depend on namespace pollution to help misdeclare pointers as arrays.
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/aio.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/posix4/aio.h b/sys/posix4/aio.h
index 678dc0f..25e7d1c 100644
--- a/sys/posix4/aio.h
+++ b/sys/posix4/aio.h
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: aio.h,v 1.1 1998/03/04 10:26:10 dufault Exp $
+ * $Id: aio.h,v 1.2 1998/03/08 17:25:11 dufault Exp $
*/
/* aio.h: P1003.1B-1993 Asynchronous I/O */
@@ -91,15 +91,13 @@ __BEGIN_DECLS
int aio_read __P((struct aiocb *));
int aio_write __P((struct aiocb *));
-int lio_listio __P((int, aio_listio_ctl [_POSIX_AIO_LISTIO_MAX],
- int, struct sigevent *));
+int lio_listio __P((int, aio_listio_ctl[], int, struct sigevent *));
int aio_error __P((const struct aiocb *));
ssize_t aio_return __P((struct aiocb *));
int aio_cancel __P((int, struct aiocb *));
-int aio_suspend __P((caio_listio_ctl [_POSIX_AIO_LISTIO_MAX],
- int, const struct timespec *));
+int aio_suspend __P((caio_listio_ctl[], int, const struct timespec *));
int aio_fsync __P((int, struct aiocb *));
__END_DECLS
OpenPOWER on IntegriCloud