OSDN Git Service

osdep: work around Coverity parsing errors
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Jun 2018 14:51:39 +0000 (16:51 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jun 2018 17:05:34 +0000 (19:05 +0200)
commita1a98357e3fdfce92b5ed0c6728489b9992fecb5
tree58714be7bb4cae9fbcb71213dd8dc900404973ed
parent178003ea49aef4273d94c3c002b8f15858070f68
osdep: work around Coverity parsing errors

Coverity does not like the new _Float* types that are used by
recent glibc, and croaks on every single file that includes
stdlib.h.  Add dummy typedefs to please it.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/osdep.h