Message ID | 20141114230312.37EF52C3B1E@topped-with-meat.com |
---|---|
State | New |
Headers | show
Return-Path: <libc-alpha-return-54400-incoming=patchwork.ozlabs.org@sourceware.org> 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 92BB3140079 for <incoming@patchwork.ozlabs.org>; Sat, 15 Nov 2014 10:03:20 +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:mime-version:content-type :content-transfer-encoding:from:to:subject:in-reply-to :references:message-id:date; q=dns; s=default; b=B+MZjNB+xFy7Di6 r76UWW46DLCh1vXbdKemunVHhqxcUNLyOrT/ml+jqH1TFbX/I7YO1nWU7SYSPHTm TrDIoNbXF4sQNmGFr7xTHnGAAXMoNn5bBvsZBUGtSREbJLsAPJ5k8p4LpUvkfUGg qfQmED+fubznu6iX/47Ij1NCig5g= 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:in-reply-to :references:message-id:date; s=default; bh=8FBo89WfJ9Ms9+x60cUtK VKAKfI=; b=aiNyQy7NUEUgVboo9naU52v/3CMgDX5vPXb8NFfozHFLvGZvW/p3c Z20ixw/gMx9tNLFUO5XRFytffYNS1xTiUM3bKBEg7UHsAngvlnx7DZ8THUEEciOA CDf/N8IBm0mT9ylkGPzherMqjIeQh5vf/+oFuMitflfoQPjhgHDDbY= Received: (qmail 7354 invoked by alias); 14 Nov 2014 23:03:15 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: <libc-alpha.sourceware.org> List-Unsubscribe: <mailto:libc-alpha-unsubscribe-incoming=patchwork.ozlabs.org@sourceware.org> List-Subscribe: <mailto:libc-alpha-subscribe@sourceware.org> List-Archive: <http://sourceware.org/ml/libc-alpha/> List-Post: <mailto:libc-alpha@sourceware.org> List-Help: <mailto:libc-alpha-help@sourceware.org>, <http://sourceware.org/ml/#faqs> Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 7340 invoked by uid 89); 14 Nov 2014 23:03:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath <roland@hack.frob.com> To: "GNU C. Library" <libc-alpha@sourceware.org> Subject: [PATCH 2/3 roland/nptl] NPTL: Move Linux-specific createthread.c to sysdeps. In-Reply-To: Roland McGrath's message of Friday, 14 November 2014 15:02:09 -0800 <20141114230209.CA2232C3B1E@topped-with-meat.com> References: <20141114230209.CA2232C3B1E@topped-with-meat.com> Message-Id: <20141114230312.37EF52C3B1E@topped-with-meat.com> Date: Fri, 14 Nov 2014 15:03:12 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=V0qWDMvMchZXlukGKJgA:9 a=CjuIK1q_8ugA:10 a=pJ0oQcMpGW8A:10 a=SFRiYMeUuq0A:10 a=HSP5l5lbKEoA:10 |
diff --git a/nptl/createthread.c b/sysdeps/unix/sysv/linux/createthread.c
similarity index 100%
rename from nptl/createthread.c
rename to sysdeps/unix/sysv/linux/createthread.c