]> Git Repo - qemu.git/commit - include/qemu/osdep.h
osdep: work around Coverity parsing errors
authorPaolo Bonzini <[email protected]>
Mon, 25 Jun 2018 14:51:39 +0000 (16:51 +0200)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/qemu/osdep.h
This page took 0.023549 seconds and 4 git commands to generate.