From patchwork Wed May 14 20:30:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 348967 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 6B238140083 for ; Thu, 15 May 2014 06:30:29 +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:subject:message-id:date; q= dns; s=default; b=U2rV3PR9qFeLsv6roIMEhZcZUVpTHMsByXXsDbS6sgm5LA 1FLd/sulU8nSjdPvZn1fBH1YZ4ZgL7D+t3WbgmAqlz8Sz5xaSN6kjY4Nh57zzAVm F8Hn8hmgBp1kC4czGT/ayFgzX4IGQMB6phjdVC7r/x3xOV0u/DEwM8FVa+Gh8= 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:subject:message-id:date; s= default; bh=nrvt7dEq2f60tNqiHy58UNwV1BE=; b=s3B829e6yAimck7AADpp TVdijVQbwOfZYczzksyj+cKVjxlNxFuKbgDAagdUEM5RHzjhnGLMTsdLCciKPfcQ wbmGDgxkvZucPwlxQxUW7rbLobcGx/HSI8wbNq6Ivy2bn2wGsCsMxXJUJeuZtevj 5wsxzSDXu3rQpQ9/1HDWzVY= Received: (qmail 12196 invoked by alias); 14 May 2014 20:30:22 -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 12156 invoked by uid 89); 14 May 2014 20:30:21 -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: "GNU C. Library" Subject: [COMMITTED PATCH] Fix powerpc fork after i386 reorganization. Message-Id: <20140514203018.A64A72C3A54@topped-with-meat.com> Date: Wed, 14 May 2014 13:30:18 -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=_UMSD0gc3EAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=KS_Sj8JlSlRK_unw3vsA:9 a=CjuIK1q_8ugA:10 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. * sysdeps/unix/sysv/linux/powerpc/fork.h: New file. * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed. --- a/nptl/sysdeps/unix/sysv/linux/powerpc/fork.c +++ /dev/null @@ -1 +0,0 @@ -#include "../i386/fork.c" --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/fork.h @@ -0,0 +1 @@ +#include