diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-29 05:53:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-05-29 05:53:30 +0000 |
commit | d6296e885d61b732119c95a7ed9cd40f3d79dd83 (patch) | |
tree | 73cf07be51152066cb48e27f4c7a64a9ae384521 /nptl | |
parent | 7c0ad1645f626ced465d7884ba55f30afd9ea462 (diff) | |
download | glibc-d6296e885d61b732119c95a7ed9cd40f3d79dd83.tar.gz glibc-d6296e885d61b732119c95a7ed9cd40f3d79dd83.tar.xz glibc-d6296e885d61b732119c95a7ed9cd40f3d79dd83.zip |
* sysdeps/pthread/createthread.c (do_clone): Pass accurate length
of CPU set to the kernel.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0f100e4349..bfa3642f92 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2008-05-28 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/createthread.c (do_clone): Pass accurate length + of CPU set to the kernel. + 2008-05-23 Paul Pluzhnikov <ppluzhnikov@google.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Add |