public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-tromey-gnulib: conditionally define __WCLONE in common/linux-ptrace.h
@ 2012-12-17 19:43 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2012-12-17 19:43 UTC (permalink / raw)
  To: archer-commits

The branch, archer-tromey-gnulib has been updated
       via  7488b17b34c17de4ea50a2cff236570b2c15af3f (commit)
      from  34fc11c95ec0394f9e6d66e8081c26d9e89ff5b5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 7488b17b34c17de4ea50a2cff236570b2c15af3f
Author: Tom Tromey <tromey@redhat.com>
Date:   Mon Dec 17 12:42:21 2012 -0700

    conditionally define __WCLONE in common/linux-ptrace.h
    
    x# Please enter the commit message for your changes. Lines starting

-----------------------------------------------------------------------

Summary of changes:
 gdb/common/linux-ptrace.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/common/linux-ptrace.h b/gdb/common/linux-ptrace.h
index 96ad33d..5857916 100644
--- a/gdb/common/linux-ptrace.h
+++ b/gdb/common/linux-ptrace.h
@@ -67,6 +67,10 @@ struct buffer;
 #define __WALL          0x40000000 /* Wait for any child.  */
 #endif
 
+#ifndef __WCLONE
+#define __WCLONE        0x80000000 /* Wait for cloned process.  */
+#endif
+
 extern void linux_ptrace_attach_warnings (pid_t pid, struct buffer *buffer);
 extern void linux_ptrace_init_warnings (void);
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-17 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-17 19:43 [SCM] archer-tromey-gnulib: conditionally define __WCLONE in common/linux-ptrace.h tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).