aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-14 23:14:34 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-14 23:14:34 +0000
commit655c5466129d563265e1d218865dbf2e2f067420 (patch)
tree2efb5c3cf9f6fbe54c25c730b54e94df1b6a516d /gdb/inferior.h
parent73b0368308d5783adc2d2a378d8b650e84e7bedd (diff)
downloadgdb-655c5466129d563265e1d218865dbf2e2f067420.zip
gdb-655c5466129d563265e1d218865dbf2e2f067420.tar.gz
gdb-655c5466129d563265e1d218865dbf2e2f067420.tar.bz2
* inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3. * infptrace.c (call_ptrace, child_resume, attach, detach) (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory) (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3. * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index e80f2d7..6e6ee90 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -240,7 +240,7 @@ extern void child_resume (ptid_t, int, enum target_signal);
#define PTRACE_ARG3_TYPE int /* Correct definition for most systems. */
#endif
-extern int call_ptrace (int, int, PTRACE_ARG3_TYPE, int);
+extern int call_ptrace (int, int, PTRACE_TYPE_ARG3, int);
extern void pre_fork_inferior (void);