Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure __set_errno is still visible on LP32. | Elliott Hughes | 2014-09-08 | 1 | -6/+12 |
* | bionic: fix __set_errno for arm64 syscalls that return a 64-bit value | Colin Cross | 2014-02-18 | 1 | -2/+13 |
* | Unhide __set_errno for backwards compatibility. | Elliott Hughes | 2013-03-22 | 1 | -1/+2 |
* | Use the kernel's MAX_ERRNO in the syscall stubs. | Elliott Hughes | 2013-03-12 | 1 | -16/+2 |
* | Support large errno values on ARM. | Elliott Hughes | 2013-03-12 | 1 | -9/+8 |
* | Reduce the exposure of the __set_errno implementation detail. | Elliott Hughes | 2012-11-30 | 1 | -0/+52 |