summaryrefslogtreecommitdiffstats
path: root/libc/bionic/__set_errno.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-6/+12
* bionic: fix __set_errno for arm64 syscalls that return a 64-bit valueColin Cross2014-02-181-2/+13
* Unhide __set_errno for backwards compatibility.Elliott Hughes2013-03-221-1/+2
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-16/+2
* Support large errno values on ARM.Elliott Hughes2013-03-121-9/+8
* Reduce the exposure of the __set_errno implementation detail.Elliott Hughes2012-11-301-0/+52