blob: f89127fa58da4bf78f74d9aa65a1d957762fa5f7 (
plain)
1
2
3
4
5
6
7
8
|
#include <limits.h>
/* #undefine AIO_MAX */
/* MIN: _POSIX_AIO_MAX */
/* MAY-BE-UNDEFINED */
/** maximum number of outstanding asynchronous I/O operations **/
/*
POSIX(199309)
*/
|