From patchwork Wed Jan 28 09:13:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 433822 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4082314021A for ; Wed, 28 Jan 2015 20:13:52 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=IHsv0 9Oqze7ozc2MpVPH+9Lpt2b+ViQG73tMPaDDTSMEA7p4YqgBlupEfjfj3tFLIf0wJ WWH13UMnCPO/WkfInQUOHcMr45hsdilZ807PkZ38qC2EaOTnfxVXIvwyKpBd1BCw 4U1I9SaibNycHfugez6fCp54LXjkPBKZpFHMt0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=/d2urYZR/tk mhXeGvorsgsDsyj0=; b=xCumqccs8tbondLVHwCpF7sNhFQta7om7UwJ3gC72+S 04DyF0fXqX/uOkJUgC/4H/dQ7MJgzYBIEv0P4PwNkIL2i+CXSLWNLXgxMTgw4QY6 H2OzipDvT2hrYAu8xaJ/Qx//LPgNZQETVQCjsl7wAhf2BZH7oPtpaz0JgCmYkWNk = Received: (qmail 26384 invoked by alias); 28 Jan 2015 09:13:32 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 26362 invoked by uid 89); 28 Jan 2015 09:13:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de From: Andreas Schwab To: Roland McGrath Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Include in References: <20150127191507.2BF062C3B05@topped-with-meat.com> X-Yow: If I felt any more SOPHISTICATED I would DIE of EMBARRASSMENT! Date: Wed, 28 Jan 2015 10:13:25 +0100 In-Reply-To: <20150127191507.2BF062C3B05@topped-with-meat.com> (Roland McGrath's message of "Tue, 27 Jan 2015 11:15:07 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Looking at it again I think it is preferable to include the header in sysdeps/nptl/allocrtsig.c. Do you agree? Andreas. diff --git a/sysdeps/nptl/allocrtsig.c b/sysdeps/nptl/allocrtsig.c index 6b1c5b2..7e3c621 100644 --- a/sysdeps/nptl/allocrtsig.c +++ b/sysdeps/nptl/allocrtsig.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Up to three special signals might be used privately by libpthread.