This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] s,Linux,GNU/Linux, in gdb_ptrace.h


Sigh.

Committed as obvious.

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* gdb_ptrace.h: GNU/Linux.

 
Index: gdb_ptrace.h
===================================================================
RCS file: /cvs/src/src/gdb/gdb_ptrace.h,v
retrieving revision 1.1
diff -u -p -r1.1 gdb_ptrace.h
--- gdb_ptrace.h 21 Aug 2004 08:56:38 -0000 1.1
+++ gdb_ptrace.h 22 Aug 2004 15:40:27 -0000
@@ -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>.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]