* config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):

Remove defines.
This commit is contained in:
Mark Kettenis 2004-08-15 16:10:23 +00:00
parent de9a9e516b
commit 156e5ba790
2 changed files with 3 additions and 6 deletions

View File

@ -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.

View File

@ -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