]> git.ipfire.org Git - thirdparty/qemu.git/commit - linux-user/errno_defs.h
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific
authorTimothy E Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
Thu, 12 May 2016 17:47:29 +0000 (18:47 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 27 May 2016 11:49:49 +0000 (14:49 +0300)
commit499b5d176a77773cab5479264a3d5067176df21c
tree91254e17cb3e44cb33730e4e4e79c1ae288fae24
parent14896d32814c78ed5b97a22fbd9e5a6cddc2de80
linux-user: Renumber TARGET_QEMU_ESIGRETURN, make it not arch-specific

Currently we define a QEMU-internal errno TARGET_QEMU_ESIGRETURN
only on the MIPS and PPC targets; move this to errno_defs.h
so it is available for all architectures, and renumber it to 513.
We pick 513 because this is safe from future use as a system call return
value: Linux uses it as ERESTART_NOINTR internally and never allows that
errno to escape to userspace.

Signed-off-by: Timothy Edward Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
Message-id: 1441497448-32489-4-git-send-email-T.E.Baldwin99@members.leeds.ac.uk
[PMM: TARGET_ERESTARTSYS split out into preceding patch, add comment]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/errno_defs.h
linux-user/mips/target_syscall.h
linux-user/mips64/target_syscall.h
linux-user/ppc/target_syscall.h