]> git.ipfire.org Git - thirdparty/qemu.git/commit
osdep.h: Drop no-longer-needed Coverity workarounds
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Mar 2020 19:33:18 +0000 (19:33 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 14 Apr 2020 08:44:31 +0000 (09:44 +0100)
commitc160f17cd6f5fc3f8698b408a451149b34b1a647
tree7071e7f33ce28b5da31786029a6aa1220f4618e3
parent14e5526b51910efd62cd31cd95b49baca975c83f
osdep.h: Drop no-longer-needed Coverity workarounds

In commit a1a98357e3fd in 2018 we added some workarounds for Coverity
not being able to handle the _Float* types introduced by recent
glibc.  Newer versions of the Coverity scan tools have support for
these types, and will fail with errors about duplicate typedefs if we
have our workaround.  Remove our copy of the typedefs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200319193323.2038-2-peter.maydell@linaro.org
include/qemu/osdep.h