Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add fortified readlink/readlinkat implementations | Daniel Micay | 2015-04-17 | 1 | -0/+2 |
| | | | | Change-Id: Ia4b1824d20cad3a072b9162047492dade8576779 | ||||
* | Remove bogus transitive includes. | Elliott Hughes | 2014-12-29 | 1 | -0/+1 |
| | | | | | | | <signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3 | ||||
* | Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. | Elliott Hughes | 2013-10-22 | 1 | -0/+35 |
Modern architectures only get the *at(2) system calls. For example, aarch64 doesn't have open(2), and expects userspace to use openat(2) instead. Change-Id: I87b4ed79790cb8a80844f5544ac1a13fda26c7b5 |