]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: Split safe-syscall macro into its own header
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Sep 2021 15:44:02 +0000 (16:44 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 13 Sep 2021 18:35:45 +0000 (20:35 +0200)
commita57e0c3657b764fa0311ffca2c72bd8dcd39e8af
treece2979b2b680f290b976fb4f21a49cab0d7c71dd
parent5423e6d3a416342ee5857d02688c30b776574b66
linux-user: Split safe-syscall macro into its own header

Split the safe-syscall macro from qemu.h into a new safe-syscall.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210908154405.15417-7-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h
linux-user/safe-syscall.h [new file with mode: 0644]
linux-user/syscall.c