Searched hist:"415 a9fb880c6bf383d649643a4ce65ea3bc9b084" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | os-posix.h | diff 415a9fb880c6bf383d649643a4ce65ea3bc9b084 Fri Apr 16 08:55:41 CDT 2021 Peter Maydell <peter.maydell@linaro.org> osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Both os-win32.h and os-posix.h include system header files. Instead of having osdep.h include them inside its 'extern "C"' block, make these headers handle that themselves, so that we don't include the system headers inside 'extern "C"'.
This doesn't fix any current problems, but it's conceptually the right way to handle system headers.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | os-win32.h | diff 415a9fb880c6bf383d649643a4ce65ea3bc9b084 Fri Apr 16 08:55:41 CDT 2021 Peter Maydell <peter.maydell@linaro.org> osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Both os-win32.h and os-posix.h include system header files. Instead of having osdep.h include them inside its 'extern "C"' block, make these headers handle that themselves, so that we don't include the system headers inside 'extern "C"'.
This doesn't fix any current problems, but it's conceptually the right way to handle system headers.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | diff 415a9fb880c6bf383d649643a4ce65ea3bc9b084 Fri Apr 16 08:55:41 CDT 2021 Peter Maydell <peter.maydell@linaro.org> osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Both os-win32.h and os-posix.h include system header files. Instead of having osdep.h include them inside its 'extern "C"' block, make these headers handle that themselves, so that we don't include the system headers inside 'extern "C"'.
This doesn't fix any current problems, but it's conceptually the right way to handle system headers.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|