MB_LEN_MAX.3: MB_LEN_MAX is 16 in modern glibc versions

Reported-by: Pádraig Brady <P@draigBrady.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-13 13:49:02 +02:00
parent 302a5d707c
commit 4c3d165691
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ and
are totally unrelated.
In glibc,
.B MB_LEN_MAX
is typically 6 while
is typically 16 (6 in glibc versions earlier than 2.2) while
.I sizeof(wchar_t)
is 4.
.SH SEE ALSO