* gdb_ptrace.h: GNU/Linux.
This commit is contained in:
parent
25f6178efd
commit
277215a6d4
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2004-08-22 Mark Kettenis <kettenis@gnu.org>
|
2004-08-22 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb_ptrace.h: GNU/Linux.
|
||||||
|
|
||||||
* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
|
* config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
|
||||||
Remove defines.
|
Remove defines.
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
/* The <sys/ptrace.h> header was introduced with 4.4BSD, and provided
|
/* The <sys/ptrace.h> header was introduced with 4.4BSD, and provided
|
||||||
the PT_* symbolic constants for the ptrace(2) request numbers. The
|
the PT_* symbolic constants for the ptrace(2) request numbers. The
|
||||||
ptrace(2) prototype was added later to the same header on BSD.
|
ptrace(2) prototype was added later to the same header on BSD.
|
||||||
SunOS and Linux have slightly different symbolic names for the
|
SunOS and GNU/Linux have slightly different symbolic names for the
|
||||||
constants that start with PTRACE_*. System V still doesn't have
|
constants that start with PTRACE_*. System V still doesn't have
|
||||||
(and probably never will have) a <sys/ptrace.h> with symbolic
|
(and probably never will have) a <sys/ptrace.h> with symbolic
|
||||||
constants; the ptrace(2) prototype can be found in <unistd.h>.
|
constants; the ptrace(2) prototype can be found in <unistd.h>.
|
||||||
|
|
Loading…
Reference in a new issue