summaryrefslogtreecommitdiff
path: root/src/limits/IOV_MAX.c
blob: 2fb367bde44dc9e99ab3318979664ace29e1b6dd (plain)
1
2
3
4
5
6
7
8
#include <limits.h>
/* #undef 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)
*/