summaryrefslogtreecommitdiffstats
path: root/libc/bionic/ftruncate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup ftruncate negative test.Dan Albert2015-06-011-2/+5
| | | | | | | | | Addresses post-submit comments from I54692ab8105dd09db6af7a2c0894a17bdd118aa0. Bug: http://b/21309901 Change-Id: Ie19ee8cdcc4055a65fe7dfc103156e54eafe8977 (cherry picked from commit 9d476a02e9a14e847669a6683c585028175aa322)
* Fix error handling for negative size in ftruncate.Dan Albert2015-06-011-0/+28
Bug: 21309901 Change-Id: I54692ab8105dd09db6af7a2c0894a17bdd118aa0 (cherry picked from commit c05554ec5c9aff5e0f1e83de9bb62c3569eecca2)