OSDN Git Service

linux-user: Split strace prototypes into strace.h
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Sep 2021 15:43:58 +0000 (16:43 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 13 Sep 2021 18:35:44 +0000 (20:35 +0200)
commita44d57a3b9aef9691402560de5da3c03cadd16e5
tree9ad79f50a6599a16263181c924aae0907d15f9fe
parent400b7f6d1465815cc3992c009caa760a668928e5
linux-user: Split strace prototypes into strace.h

The functions implemented in strace.c are only used in a few files in
linux-user; split them out of qemu.h and into a new strace.h header
which we include in the places that need it.

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-3-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/qemu.h
linux-user/signal.c
linux-user/strace.c
linux-user/strace.h [new file with mode: 0644]
linux-user/syscall.c