*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 18c28006b021bc07379966aa04c9fbe7b8cece1b..9a39ab64386ac2724aea4243a8ff72134e31540d 100644 (file)
 #define __WALL          0x40000000 /* Wait for any child.  */
 #endif
 
+#ifndef PTRACE_GETSIGINFO
+#define PTRACE_GETSIGINFO    0x4202
+#endif
+
 /* The single-threaded native GNU/Linux target_ops.  We save a pointer for
    the use of the multi-threaded target.  */
 static struct target_ops *linux_ops;
@@ -898,7 +902,7 @@ lin_lwp_attach_lwp (ptid_t ptid, int verbose)
        {
          /* If we fail to attach to the thread, issue a warning,
             but continue.  One way this can happen is if thread
-            creation is interrupted; as of Linux 2.6.19, a kernel
+            creation is interrupted; as of Linux kernel 2.6.19, a
             bug may place threads in the thread list and then fail
             to create them.  */
          warning (_("Can't attach %s: %s"), target_pid_to_str (ptid),
@@ -3208,7 +3212,7 @@ linux_xfer_partial (struct target_ops *ops, enum target_object object,
                             offset, len);
 }
 
-/* Create a prototype generic Linux target.  The client can override
+/* Create a prototype generic GNU/Linux target.  The client can override
    it with local methods.  */
 
 static void
This page took 0.023858 seconds and 4 git commands to generate.