From patchwork Wed May 14 21:08:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 348973 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 D8CE7140083 for ; Thu, 15 May 2014 07:08:41 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:cc:subject:in-reply-to :references:message-id:date; q=dns; s=default; b=bMfSA/g+tkk/gt1 DdkReE6RczKS6SDlSpHq0c93QHeo3cloptbK/HcT3i9UzajKnqD2dAmlsN54K5An TlKkksIbYKo5CWThLXeKvZsobFe6N2N5QWg3PTsYbxsegLqbV8+i4R0hJMfT6vFB Krjd/v7uFKoW2v6oFT8DlsaTF4+8= 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:mime-version:content-type :content-transfer-encoding:from:to:cc:subject:in-reply-to :references:message-id:date; s=default; bh=Cv+yzftQIggJNTfCaGv8z LwKD4E=; b=M7MtnCWjTn+FgrujLUQ3zfMFSrNv8E7EQ5DZPyOuiC/8TIXUA8Kkn AxeNGyempGKL3DykKFL033XYO53OcSE3J9gPswMXBkKUdAbdz4w/ApA40L9841gI uRNCpWWf4YaLUxNB2L92r2mTulKy8Ua4x6wgL/meFCmUSJYXZAVecg= Received: (qmail 11748 invoked by alias); 14 May 2014 21:08:36 -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 11726 invoked by uid 89); 14 May 2014 21:08:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "Joseph S. Myers" Cc: "GNU C. Library" Subject: Re: [COMMITTED PATCH] Fix powerpc fork after i386 reorganization. In-Reply-To: Joseph S. Myers's message of Wednesday, 14 May 2014 21:05:51 +0000 References: <20140514203018.A64A72C3A54@topped-with-meat.com> Message-Id: <20140514210829.22C742C3A54@topped-with-meat.com> Date: Wed, 14 May 2014 14:08:29 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=HrjlRSjS c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=uR0vgfoRIhAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=wuiPrCfJCS2JZig3Ws4A:9 a=CjuIK1q_8ugA:10 > On Wed, 14 May 2014, Roland McGrath wrote: > > > When I was fiddling with the i386 fork.[ch] I failed to notice the powerpc > > dependency on the old file. This should fix it, but is untested. > > MIPS is using it as well. Yup, just noticed that. I've commited this: * sysdeps/unix/sysv/linux/mips/fork.h: New file. * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed. --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/fork.h @@ -0,0 +1 @@ +#include --- a/sysdeps/unix/sysv/linux/mips/nptl/fork.c +++ /dev/null @@ -1 +0,0 @@ -#include