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
F108640978: D9428.id24686.diff
Mon, Jan 27, 1:10 AM
F108582295: D9428.id24686.diff
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)
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
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.