Fix siginfo C++ build error
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-aarch64-low.c
index 1cc9f59f6f22133e940c0604c93c7a080c2f042f..806a76260f89d370139b3c2d88eda8d62fce9750 100644 (file)
@@ -431,7 +431,7 @@ ps_get_thread_area (const struct ps_prochandle *ph,
 /* Implementation of linux_target_ops method "siginfo_fixup".  */
 
 static int
-aarch64_linux_siginfo_fixup (siginfo_t *native, void *inf, int direction)
+aarch64_linux_siginfo_fixup (siginfo_t *native, gdb_byte *inf, int direction)
 {
   /* Is the inferior 32-bit?  If so, then fixup the siginfo object.  */
   if (!is_64bit_tdesc ())
This page took 0.024239 seconds and 4 git commands to generate.