Page MenuHomeFreeBSD

Change value of MB_CUR_MAX and MB_CUR_MAX_L() to size_t.
ClosedPublic

Authored by ed on May 30 2016, 11:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 2, 10:01 AM
Unknown Object (File)
Sat, Feb 28, 9:18 PM
Unknown Object (File)
Sun, Feb 22, 12:25 PM
Unknown Object (File)
Sun, Feb 8, 7:40 AM
Unknown Object (File)
Jan 31 2026, 3:05 PM
Unknown Object (File)
Dec 10 2025, 1:06 AM
Unknown Object (File)
Nov 30 2025, 12:06 AM
Unknown Object (File)
Nov 24 2025, 11:48 AM
Subscribers

Details

Summary

POSIX requires that MB_CUR_MAX expands to an expression of type size_t.
It currently expands to an int.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Change value of MB_CUR_MAX and MB_CUR_MAX_L() to size_t..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: theraven.
This revision was automatically updated to reflect the committed changes.