summaryrefslogtreecommitdiffstats
path: root/libc/bionic/readlink.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add fortified readlink/readlinkat implementationsDaniel Micay2015-04-171-0/+2
| | | | Change-Id: Ia4b1824d20cad3a072b9162047492dade8576779
* Remove bogus transitive includes.Elliott Hughes2014-12-291-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 Hughes2013-10-221-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