aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdb_ptrace.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-22 15:41:47 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-22 15:41:47 +0000
commit277215a6d4e2b60375c21bb790c1c8b914cd3c86 (patch)
tree9e948eb495f907fae974eb5a755a03cceec2a252 /gdb/gdb_ptrace.h
parent25f6178efdb0130d272e2469a3514803a5dd39d1 (diff)
downloadgdb-277215a6d4e2b60375c21bb790c1c8b914cd3c86.zip
gdb-277215a6d4e2b60375c21bb790c1c8b914cd3c86.tar.gz
gdb-277215a6d4e2b60375c21bb790c1c8b914cd3c86.tar.bz2
* gdb_ptrace.h: GNU/Linux.
Diffstat (limited to 'gdb/gdb_ptrace.h')
-rw-r--r--gdb/gdb_ptrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb_ptrace.h b/gdb/gdb_ptrace.h
index a5f9945..62a9949 100644
--- a/gdb/gdb_ptrace.h
+++ b/gdb/gdb_ptrace.h
@@ -25,7 +25,7 @@
/* The <sys/ptrace.h> header was introduced with 4.4BSD, and provided
the PT_* symbolic constants for the ptrace(2) request numbers. The
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
(and probably never will have) a <sys/ptrace.h> with symbolic
constants; the ptrace(2) prototype can be found in <unistd.h>.