diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-03-12 15:13:49 -0700 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-03-20 16:01:46 +0100 |
commit | 859e8a89bede1ba1bdc2dda7a76a861e63cfd49f (patch) | |
tree | bb86a2da7d044bf41c8838d42833675c33ddd40b /python/qemu/machine.py | |
parent | aab613fb9597015b39bdc90da3ee80c0da05b927 (diff) | |
download | qemu-859e8a89bede1ba1bdc2dda7a76a861e63cfd49f.zip qemu-859e8a89bede1ba1bdc2dda7a76a861e63cfd49f.tar.gz qemu-859e8a89bede1ba1bdc2dda7a76a861e63cfd49f.tar.bz2 |
linux-user: Protect more syscalls
New y2038 safe 32-bit architectures (like RISC-V) don't support old
syscalls with a 32-bit time_t. The kernel defines new *_time64 versions
of these syscalls. Add some more #ifdefs to syscall.c in linux-user to
allow us to compile without these old syscalls.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <9ffc3cc6226756895157f16622be5f6edfa2aee6.1584051142.git.alistair.francis@wdc.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'python/qemu/machine.py')
0 files changed, 0 insertions, 0 deletions