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)
Tue, Apr 30, 7:52 AM
Unknown Object (File)
Tue, Apr 30, 7:52 AM
Unknown Object (File)
Tue, Apr 30, 7:52 AM
Unknown Object (File)
Tue, Apr 30, 1:44 AM
Unknown Object (File)
Feb 11 2024, 11:27 AM
Unknown Object (File)
Dec 20 2023, 2:45 AM
Unknown Object (File)
Nov 11 2023, 4:15 PM
Unknown Object (File)
Nov 8 2023, 6:45 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.