* inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
[deliverable/binutils-gdb.git] / gdb / inferior.h
index e80f2d71eee1cacf519b81c04e3ba8c3c012a73e..fee4bca63991d79d762f19a265602e322ed4661b 100644 (file)
@@ -237,7 +237,7 @@ int ptrace_wait (ptid_t, int *);
 extern void child_resume (ptid_t, int, enum target_signal);
 
 #ifndef PTRACE_ARG3_TYPE
-#define PTRACE_ARG3_TYPE int   /* Correct definition for most systems. */
+#define PTRACE_ARG3_TYPE PTRACE_TYPE_ARG3
 #endif
 
 extern int call_ptrace (int, int, PTRACE_ARG3_TYPE, int);
This page took 0.023046 seconds and 4 git commands to generate.