aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sys_time_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-161-0/+21
| | | | | Bug: 15387103 Change-Id: Ifc3608ea65060c1dc38120b10b6e79874f182a36
* Fix utime/utimes when passed a NULL pointer.Elliott Hughes2013-10-281-0/+8
| | | | | Bug: 11383777 Change-Id: If944a42f3adfa8a6ce91c167c249e009ed63300a
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-221-0/+40
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