From patchwork Fri Nov 14 23:03:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 3753 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: 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 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 From: Roland McGrath To: "GNU C. Library" 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 Just the trivial file move. I'll commit this when I commit 1/3. Thanks, Roland * nptl/createthread.c: Moved ... * sysdeps/unix/sysv/linux/createthread.c: ... here. 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