Merge "Add IOV_MAX to <limits.h>."
This commit is contained in:
commit
0cf1abe486
1 changed files with 1 additions and 0 deletions
|
@ -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>. */
|
||||||
|
|
Loading…
Reference in a new issue