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