diff options
Diffstat (limited to 'darwin-user/qemu.h')
-rw-r--r-- | darwin-user/qemu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin-user/qemu.h b/darwin-user/qemu.h index 4084819d9b..462bbdac22 100644 --- a/darwin-user/qemu.h +++ b/darwin-user/qemu.h @@ -10,7 +10,7 @@ #include "gdbstub.h" -typedef siginfo_t a_target_siginfo; +typedef siginfo_t target_siginfo_t; #define target_sigaction sigaction #ifdef TARGET_I386 struct target_pt_regs { |