summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-18 11:03:20 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-18 11:03:20 -0800
commit6540b9916bb2532a32141583ab6f3795b7649b7b (patch)
treea4dae1536004a3c1a2c330997d1db2677ca533e3
parent32fed10f0f83db9f4ff143405505cc903964a1fe (diff)
downloadglibc-6540b9916bb2532a32141583ab6f3795b7649b7b.tar.gz
NPTL: Move Linux-specific createthread.c to sysdeps.
-rw-r--r--ChangeLog3
-rw-r--r--sysdeps/unix/sysv/linux/createthread.c (renamed from nptl/createthread.c)0
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5c08b1071..2f0f305511 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2014-11-18 Roland McGrath <roland@hack.frob.com>
+ * 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
index 7b05d48954..7b05d48954 100644
--- a/nptl/createthread.c
+++ b/sysdeps/unix/sysv/linux/createthread.c