From ba5ffd2af25d6e9282079ce6b83065f8290cdb56 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 9 Nov 2004 21:52:54 +0000 Subject: [BZ #530] 2004-11-09 Roland McGrath [BZ #530] * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads here, before calling clone. * pthread_create.c (start_thread): Don't do it here. 2004-11-04 Roland McGrath * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file. --- nptl/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f7c87c2632..5acc959e20 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2004-11-09 Roland McGrath + + [BZ #530] + * sysdeps/pthread/createthread.c (do_clone): Increment __nptl_nthreads + here, before calling clone. + * pthread_create.c (start_thread): Don't do it here. + +2004-11-04 Roland McGrath + + * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file. + 2004-11-02 Jakub Jelinek * sysdeps/unix/sysv/linux/smp.h: Include . -- cgit v1.2.3