commit | 518343413fd311a3d95798b2c1d51853fd8d3c85 | [log] [tgz] |
---|---|---|
author | Riku Voipio <riku.voipio@linaro.org> | Sun Jun 22 11:25:42 2014 +0100 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Aug 22 15:06:33 2014 +0300 |
tree | d0b8b5929b946a3cdccd40d4399e24c47eef9e5b | |
parent | f17f4989fa193fa8279474c5462289a3cfe69aea [diff] |
linux-user: support timerfd_{create, gettime, settime} syscalls Adds support for the timerfd_create, timerfd_gettime & timerfd_settime syscalls, allowing use of timerfds by target programs. v2: By Riku - added configure check for timerfd and ifdefs for benefit of old distributions like RHEL5. Signed-off-by: Paul Burton <paul@archlinuxmips.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>