Add IOV_MAX to <limits.h>.

strace 4.13 assumes we have IOV_MAX. POSIX says it lives here. 1024 is
a Linux kernel limitation.

Change-Id: Icb428172670e4936a459db38a6a190b7178fe9f3
This commit is contained in:
Elliott Hughes 2016-07-27 15:24:47 -07:00
parent 931be5a64d
commit f2d7d41ff8
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
#define MB_LEN_MAX 4
#define IOV_MAX 1024
#define SEM_VALUE_MAX 0x3fffffff
/* POSIX says these belong in <unistd.h> but BSD has some in <limits.h>. */