From 6540b9916bb2532a32141583ab6f3795b7649b7b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Nov 2014 11:03:20 -0800 Subject: [PATCH] NPTL: Move Linux-specific createthread.c to sysdeps. --- ChangeLog | 3 +++ {nptl => sysdeps/unix/sysv/linux}/createthread.c | 0 2 files changed, 3 insertions(+) rename {nptl => sysdeps/unix/sysv/linux}/createthread.c (100%) diff --git a/ChangeLog b/ChangeLog index a5c08b1071..2f0f305511 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-18 Roland McGrath + * nptl/createthread.c: Moved ... + * sysdeps/unix/sysv/linux/createthread.c: ... here. + * nptl/createthread.c: Add proper top-line comment. (do_clone): Folded into ... (create_thread): ... here. Take new arguments STOPPED_START and 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 -- 2.11.4.GIT