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)
Sat, Jul 5, 1:03 PM
Unknown Object (File)
Jun 18 2025, 3:04 AM
Unknown Object (File)
Jun 18 2025, 2:12 AM
Unknown Object (File)
Jun 16 2025, 8:31 PM
Unknown Object (File)
Jun 10 2025, 3:13 PM
Unknown Object (File)
Jun 9 2025, 1:01 AM
Unknown Object (File)
Jun 1 2025, 11:07 AM
Unknown Object (File)
May 30 2025, 1:27 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 Passed
Unit
No Test Coverage
Build Status
Buildable 4030
Build 4073: arc lint + arc unit

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.