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)
Sun, Sep 28, 10:50 AM
Unknown Object (File)
Fri, Sep 26, 10:21 AM
Unknown Object (File)
Aug 19 2025, 6:07 PM
Unknown Object (File)
Aug 6 2025, 7:59 AM
Unknown Object (File)
Aug 4 2025, 4:16 AM
Unknown Object (File)
Aug 3 2025, 11:13 PM
Unknown Object (File)
Jul 5 2025, 1:03 PM
Unknown Object (File)
Jun 18 2025, 3:04 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.