* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
Remove defines.
This commit is contained in:
parent
de9a9e516b
commit
156e5ba790
@ -1,5 +1,8 @@
|
||||
2004-08-15 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
|
||||
Remove defines.
|
||||
|
||||
* linux-nat.c (kill_inferior): Add missing third and fourth
|
||||
arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
|
||||
|
||||
|
@ -52,12 +52,6 @@ extern unsigned long amd64_linux_dr_get_status (void);
|
||||
amd64_linux_dr_get_status ()
|
||||
|
||||
|
||||
/* Type of the third argument to the `ptrace' system call. */
|
||||
#define PTRACE_ARG3_TYPE long
|
||||
|
||||
/* Type of the fourth argument to the `ptrace' system call. */
|
||||
#define PTRACE_XFER_TYPE long
|
||||
|
||||
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
|
||||
#define FETCH_INFERIOR_REGISTERS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user