blob: b25cc0745dd78cd20575e951604da8495eda02a4 (
plain)
1
2
3
4
5
6
7
8
|
#include <limits.h>
/* #undefine IOV_MAX */
/* MIN: _XOPEN_IOV_MAX */
/* MAY-BE-UNEFINED */
/** maximum number of struct(iovec) structures a single process can use in calls to fn(readv) and fn(writev) **/
/*
XOPEN(400)
*/
|