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
Unknown Object (File)
Thu, Jan 2, 8:03 AM
Unknown Object (File)
Thu, Dec 19, 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
Unknown Object (File)
Sep 23 2024, 7:15 PM
Unknown Object (File)
Sep 22 2024, 9:05 AM
Unknown Object (File)
Sep 22 2024, 4:08 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

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

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.