Page MenuHomeFreeBSD

Change the size argument of __getcwd() to size_t.
ClosedPublic

Authored by brooks on Feb 3 2017, 4:14 PM.
Tags
None
Referenced Files
F108534972: D9428.diff
Sun, Jan 26, 12:48 AM
Unknown Object (File)
Fri, Jan 24, 7:37 PM
Unknown Object (File)
Sat, Jan 11, 10:45 PM
Unknown Object (File)
Thu, Jan 2, 8:03 AM
Unknown Object (File)
Dec 19 2024, 12:23 AM
Unknown Object (File)
Oct 27 2024, 2:38 PM
Unknown Object (File)
Oct 21 2024, 6:46 AM
Unknown Object (File)
Sep 24 2024, 3:14 AM
Subscribers
None

Details

Summary

This matches the getcwd() definition.

This is technically an ABI change, but that would only effect 64-bit
big-endian platforms that pass arguments on the stack. We have none of
those.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7157
Build 7328: arc lint + arc unit

Event Timeline

brooks retitled this revision from to Change the size argument of __getcwd() to size_t..
brooks updated this object.
brooks edited the test plan for this revision. (Show Details)
brooks added a reviewer: jhb.
jhb edited edge metadata.
This revision is now accepted and ready to land.Feb 3 2017, 5:54 PM
This revision was automatically updated to reflect the committed changes.