summaryrefslogtreecommitdiffstats
path: root/libc/bionic/strerror_r.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add GNU-compatible strerror_r.Elliott Hughes2014-08-281-1/+12
* Slim down static binaries by avoiding stdio.Elliott Hughes2014-07-101-2/+3
* Clean up sys_signame and sys_siglist a little.Elliott Hughes2014-02-121-1/+1
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-3/+4
* Revert "More pthreads cleanup."Elliott Hughes2013-02-121-4/+3
* More pthreads cleanup.Elliott Hughes2013-02-111-3/+4
* glibc 2.15 treats errno as signed in strerror(3).Elliott Hughes2013-01-101-1/+1
* Use hidden visibility for several internal-use-only functions.Elliott Hughes2012-09-211-3/+3
* Don't copy strerror(3) or strsignal(3) strings if we can share.Elliott Hughes2012-09-171-8/+16
* Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-0/+71