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: 924 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx21.g.dreamhost.com (peon2454.g.dreamhost.com [208.113.200.127]) by wilcox.dreamhost.com (Postfix) with ESMTP id 38492360079 for ; Wed, 14 May 2014 14:08:39 -0700 (PDT) Received: by homiemail-mx21.g.dreamhost.com (Postfix, from userid 14307373) id DF5001778C47; Wed, 14 May 2014 14:08:38 -0700 (PDT) X-Original-To: glibc@patchwork.siddhesh.in Delivered-To: x14307373@homiemail-mx21.g.dreamhost.com 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 homiemail-mx21.g.dreamhost.com (Postfix) with ESMTPS id B519F16CE97D for ; Wed, 14 May 2014 14:08:38 -0700 (PDT) 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=OOaFEqW2en5MxEv fYyoYQu+bSehuw0UFz+DfyJa/exUKyj/h6xL8ZtTkOTyoQ0GgpzsTT5SYfdyGAFq EfbQmcyh70nmIvwxP6ItmiLtm7PNN5lw8av7QRyy4Ku6P90lIn7IIIOmaFok4MX7 X1VwTsurIcW3YHYdhj2Mikq3vTTI= 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=LAp2B6xdx5/8QtDpBeKCNHaQNPdVBhy8Q6UiKUsdO3EZvr4fLXX0I MOW+qyXKfUkdfPYv6CP2hsEI88NaIwnyRYihygvPUnbtGNNfQ7DYovnX3kd60akP T8/4EETiT20Dhvl/iBLbewvF36vAyzJqsAihuNJDpzxel9HYebMgww= 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 X-DH-Original-To: glibc@patchwork.siddhesh.in > 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