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, Feb 13, 1:53 PM
Unknown Object (File)
Tue, Feb 11, 9:54 PM
Unknown Object (File)
Sun, Feb 9, 3:38 AM
Unknown Object (File)
Jan 29 2025, 4:22 AM
Unknown Object (File)
Jan 27 2025, 1:10 AM
Unknown Object (File)
Jan 26 2025, 2:54 PM
Unknown Object (File)
Jan 26 2025, 12:48 AM
Unknown Object (File)
Jan 24 2025, 7:37 PM
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.