Fix siginfo C++ build error
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.h
index 0d9eb4008c44e133e4df7492b9f437c8af29b3ac..4ec85504412728ff15ec37cc4f6d40313dae6fdf 100644 (file)
@@ -181,7 +181,7 @@ struct linux_target_ops
      Returns true if any conversion was done; false otherwise.
      If DIRECTION is 1, then copy from INF to NATIVE.
      If DIRECTION is 0, copy from NATIVE to INF.  */
-  int (*siginfo_fixup) (siginfo_t *native, void *inf, int direction);
+  int (*siginfo_fixup) (siginfo_t *native, gdb_byte *inf, int direction);
 
   /* Hook to call when a new process is created or attached to.
      If extra per-process architecture-specific data is needed,
This page took 0.023303 seconds and 4 git commands to generate.