Merge "Add IOV_MAX to <limits.h>."

This commit is contained in:
Treehugger Robot 2016-07-28 00:20:36 +00:00 committed by Gerrit Code Review
commit 0cf1abe486

View file

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