K 10 svn:author V 6 brooks K 8 svn:date V 27 2017-04-06T23:40:13.596919Z K 7 svn:log V 362 Change the size argument of __getcwd() to size_t. 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. Reviewed by: jhb Obtained from: CheriABI Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9428 END