From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16452 invoked by alias); 3 Jul 2013 19:18:13 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 16432 invoked by uid 89); 3 Jul 2013 19:18:13 -0000 X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from shards.monkeyblade.net (HELO shards.monkeyblade.net) (149.20.54.216) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 03 Jul 2013 19:18:12 +0000 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id EF477589130; Wed, 3 Jul 2013 12:18:09 -0700 (PDT) Date: Wed, 03 Jul 2013 19:18:00 -0000 Message-Id: <20130703.121809.1004718959521934196.davem@davemloft.net> To: aj@suse.com Cc: schwab@suse.de, libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: Sync sys/ptrace with Linux 3.10 From: David Miller In-Reply-To: <51D3E30A.9030403@suse.com> References: <51D3D8A0.6060806@suse.com> <51D3E30A.9030403@suse.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-07/txt/msg00014.txt.bz2 From: Andreas Jaeger Date: Wed, 03 Jul 2013 10:38:34 +0200 > On 07/03/2013 10:33 AM, Andreas Schwab wrote: >> Andreas Jaeger writes: >> >>> + /* Read signals from a shared (process wide) queue. */ >>> + PTRACE_PEEKSIGINFO_SHARED = (1 << 0) >> >> You still have the odd indentation. > > Argh, for the comment - fixed now. Ok with that change? I'm fine with this too.