diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-10-04 21:55:58 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-10-04 21:55:58 +0000 |
| commit | 8bff61a6ba2b043cc42e29a0a957df23b74600b5 (patch) | |
| tree | 8d1bdbf1b8beb97a7eacbe8c1c0b8260ae26b885 /include/limits.h | |
| parent | 9657b80ce7682c0737d218e48389b54db1fe16a8 (diff) | |
Notes
Diffstat (limited to 'include/limits.h')
| -rw-r--r-- | include/limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h index e26a741c83a1a..fc1470c058cb9 100644 --- a/include/limits.h +++ b/include/limits.h @@ -122,7 +122,7 @@ #endif #if __XSI_VISIBLE || __POSIX_VISIBLE >= 200809 -#define NL_ARGMAX 65536 /* max # of position args for printf */ +#define NL_ARGMAX 4096 /* max # of position args for printf */ #define NL_MSGMAX 32767 #define NL_SETMAX 255 #define NL_TEXTMAX 2048 |
