summaryrefslogtreecommitdiffstats
path: root/libc/bionic/getcwd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a getcwd(3) bug and make our tests run correctly under valgrind.Elliott Hughes2012-10-091-4/+5
| | | | | | | The getcwd(3) bug was found by valgrind. Bug: 7291287 Change-Id: I59f3bff1c1392a408b905934eebcd5d894d37492
* Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-1/+1
| | | | | | Also clean up cpplint.py-detected lint. Change-Id: Ia18e89c4c6878764f8d7ed34b8247e7a8d8fe88b
* Enhance getcwd(3) to handle NULL like glibc.Elliott Hughes2012-08-161-0/+76
Bug: http://code.google.com/p/android/issues/detail?id=36085 Change-Id: I960a1b585887eb66176c61d29c5c61c239a4003f