summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-11-09 21:52:54 +0000
committerRoland McGrath <roland@gnu.org>2004-11-09 21:52:54 +0000
commitba5ffd2af25d6e9282079ce6b83065f8290cdb56 (patch)
tree776e7709cbd71abd8c7fff5929d18f2c49cd1545
parentfd5d6a6294b0db3f2143d2735b78bffa284b4259 (diff)
[BZ #530]
2004-11-09 Roland McGrath <roland@redhat.com> [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 <roland@redhat.com> * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file.
-rw-r--r--nptl/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <roland@redhat.com>
+
+ [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 <roland@redhat.com>
+
+ * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: New file.
+
2004-11-02 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/smp.h: Include <errno.h>.