From: Ulrich Drepper Date: Thu, 29 May 2008 05:53:30 +0000 (+0000) Subject: * sysdeps/pthread/createthread.c (do_clone): Pass accurate length X-Git-Tag: cvs/fedora-glibc-20080612T1619~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6296e885d61b732119c95a7ed9cd40f3d79dd83;p=thirdparty%2Fglibc.git * sysdeps/pthread/createthread.c (do_clone): Pass accurate length of CPU set to the kernel. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0f100e4349e..bfa3642f920 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2008-05-28 Ulrich Drepper + + * sysdeps/pthread/createthread.c (do_clone): Pass accurate length + of CPU set to the kernel. + 2008-05-23 Paul Pluzhnikov * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: Add