From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3900 invoked by alias); 17 Dec 2012 19:43:16 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 3869 invoked by uid 306); 17 Dec 2012 19:43:15 -0000 Date: Mon, 17 Dec 2012 19:43:00 -0000 Message-ID: <20121217194315.3853.qmail@sourceware.org> From: tromey@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-tromey-gnulib: conditionally define __WCLONE in common/linux-ptrace.h X-Git-Refname: refs/heads/archer-tromey-gnulib X-Git-Reftype: branch X-Git-Oldrev: 34fc11c95ec0394f9e6d66e8081c26d9e89ff5b5 X-Git-Newrev: 7488b17b34c17de4ea50a2cff236570b2c15af3f X-SW-Source: 2012-q4/txt/msg00032.txt.bz2 List-Id: 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 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.