diff options
author | Riku Voipio | 2016-02-15 14:38:40 +0100 |
---|---|---|
committer | Riku Voipio | 2016-02-23 20:25:10 +0100 |
commit | 93a92d3bd649cd315db47b9fb5dcb6af657cc22c (patch) | |
tree | 25d4eb8348939c6aa6b30b0ca630be014be1f256 /linux-user/sparc/target_cpu.h | |
parent | linux-user: remove unavailable syscalls from aarch64 (diff) | |
download | qemu-93a92d3bd649cd315db47b9fb5dcb6af657cc22c.tar.gz qemu-93a92d3bd649cd315db47b9fb5dcb6af657cc22c.tar.xz qemu-93a92d3bd649cd315db47b9fb5dcb6af657cc22c.zip |
linux-user: correct timerfd_create syscall numbers
x86, m68k, ppc, sh4 and sparc failed to enable timerfd, because they
didn't have timerfd_create system call defined. Instead QEMU
defined timerfd syscall. Checking with kernel sources, it appears
kernel developers reused timerfd syscall number with timerfd_create,
presumably since no userspace called the old syscall number.
Reported-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'linux-user/sparc/target_cpu.h')
0 files changed, 0 insertions, 0 deletions