about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 08:21:36 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 08:21:36 +0000
commitb270b5484067210c84822a28e63be9099e0d112b (patch)
tree43905aba4166a3b238e72588bcf14c9e8d6d6550 /nptl/ChangeLog
parent757de559da017957b8d8fdb243ebde70c000cfeb (diff)
downloadglibc-b270b5484067210c84822a28e63be9099e0d112b.tar.gz
glibc-b270b5484067210c84822a28e63be9099e0d112b.tar.xz
glibc-b270b5484067210c84822a28e63be9099e0d112b.zip
Update.
2003-02-15  Ulrich Drepper  <drepper@redhat.com>

	* pthread_setconcurrency.c (pthread_setconcurrency): Fail for
	negative arguments.
	* Makefile (tests): Add tst-basic5.
	* tst-basic5.c: New file.

	after thread is done.  If then zero, call exit(0).
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 356461f558..3cbc370f50 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2003-02-15  Ulrich Drepper  <drepper@redhat.com>
+
+	* pthread_setconcurrency.c (pthread_setconcurrency): Fail for
+	negative arguments.
+	* Makefile (tests): Add tst-basic5.
+	* tst-basic5.c: New file.
+
 2003-02-14  Ulrich Drepper  <drepper@redhat.com>
 
 	* Makefile (tests): Add tst-basic4.
@@ -6,7 +13,7 @@
 	* pthreadP.h: Add declaraction for __nptl_nthreads.
 	* pthread_create.c: Define __nptl_nthreads
 	(start_thread): Increment __nptl_nthreads at beginning.  Decrement
-	after thread is done.  If Then zero call exit(0).
+	after thread is done.  If then zero, call exit(0).
 	* sysdeps/pthread/pthread-functions.h (struct pthread_functions):
 	Add ptr_nthreads.  Define HAVE_PTR_NTHREADS.
 	* init.c (pthread_functions): Initialize ptr_nthreads.