Description[NaCl SDK] nacl_io: remove getcwd() implemenation (rely on glibc/newlib versions)
Previsouly we didn't have a working version of getcwd()
in newlib (libnacl) but we do now.
Secondly the resean for intercepting getcwd() directly
was due to gtest calling this in a static constructor.
gtest was recently changed to handle the failure of
getcwd() under NaCl so this workaround is no longer
needed.
BUG=437075
Committed: https://crrev.com/cd49bee13b46af6a4768836b8f89707d0e15f1f6
Cr-Commit-Position: refs/heads/master@{#306220}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|