diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-18 11:03:20 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-18 11:03:20 -0800 |
commit | 6540b9916bb2532a32141583ab6f3795b7649b7b (patch) | |
tree | a4dae1536004a3c1a2c330997d1db2677ca533e3 | |
parent | 32fed10f0f83db9f4ff143405505cc903964a1fe (diff) | |
download | glibc-6540b9916bb2532a32141583ab6f3795b7649b7b.zip glibc-6540b9916bb2532a32141583ab6f3795b7649b7b.tar.gz glibc-6540b9916bb2532a32141583ab6f3795b7649b7b.tar.bz2 |
NPTL: Move Linux-specific createthread.c to sysdeps.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/createthread.c (renamed from nptl/createthread.c) | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -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 7b05d48..7b05d48 100644 --- a/nptl/createthread.c +++ b/sysdeps/unix/sysv/linux/createthread.c |