blob: ff286997b0743e9e0869be1aca80f1678eb7894e (
plain)
1
2
3
4
5
6
7
8
|
#include <limits.h>
/* #undef AIO_LISTIO_MAX */
/* MIN: _POSIX_AIO_LISTIO_MAX */
/* MAY-BE-UNDEFINED */
/** maximum number of I/O operations in a single list I/O call **/
/*
POSIX(199309)
*/
|