Skip to content

Commit

Permalink
[BZ #530]
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Roland McGrath committed Nov 9, 2004
1 parent fd5d6a6 commit ba5ffd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>.
Expand Down

0 comments on commit ba5ffd2

Please sign in to comment.