diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-25 18:02:02 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-25 18:02:02 +0000 |
commit | 755d13753b32702fe8897ab0c0658ac7b04a9ff8 (patch) | |
tree | b7a50b65b6344a41707568e886c8809cc8359e63 /osdep.h | |
parent | 26489844dcc1d2f3e17c92210475e6f3e54b503e (diff) |
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2016 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'osdep.h')
-rw-r--r-- | osdep.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ extern void __longjmp(jmp_buf env, int val); #include <signal.h> +struct siginfo; + /* NOTE: it works only because the glibc sigset_t is >= kernel sigset_t */ struct qemu_sigaction { union { |