summaryrefslogtreecommitdiffstats
path: root/tests/getcwd_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-7/+7
| | | | | | | | | | MIPS and x86 appear to have been correct already. (Also fix unit tests that ASSERT_EQ with errno so that the arguments are in the retarded junit order.) Bug: 3461078 Change-Id: I2418ea98927b56e15b4ba9cfec97f5e7094c6291
* Enhance getcwd(3) to handle NULL like glibc.Elliott Hughes2012-08-161-0/+85
Bug: http://code.google.com/p/android/issues/detail?id=36085 Change-Id: I960a1b585887eb66176c61d29c5c61c239a4003f