diff options
author | 2012-07-05 03:32:44 +0000 | |
---|---|---|
committer | 2012-08-01 08:54:07 -0500 | |
commit | 02d2bd5d57812154cfb978bc2098cf49d551583d (patch) | |
tree | 691f19cd482d076cd8e8767ac79affba0b995d4c /scripts/qapi.py | |
parent | target-i386: move cpu_reset and reset callback to cpu.c (diff) | |
download | qemu-02d2bd5d57812154cfb978bc2098cf49d551583d.tar.xz qemu-02d2bd5d57812154cfb978bc2098cf49d551583d.zip |
Replace 'struct siginfo' with 'siginfo_t'.
glibc 2.16 will remove the undocumented definition of 'struct siginfo'
from <bits/siginfo.h>.
This change is already present in glibc 2.15.90, so qemu compilation
of certain targets (eg. cris-user) breaks.
This struct was always typedef'd to be the same as 'siginfo_t' which
is what POSIX documents, so use that instead.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'scripts/qapi.py')
0 files changed, 0 insertions, 0 deletions