about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-07 21:09:12 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-07 21:09:12 +0000
commit69b35e862fd5c72d77485165a6ae310fe77570fb (patch)
tree0cacb7e14c8b115e8ee12d8a35be720eb7a22e85 /nptl/ChangeLog
parente8b0d4a143c83fea55308ec0a8b55deade1c9035 (diff)
downloadglibc-69b35e862fd5c72d77485165a6ae310fe77570fb.tar.gz
glibc-69b35e862fd5c72d77485165a6ae310fe77570fb.tar.xz
glibc-69b35e862fd5c72d77485165a6ae310fe77570fb.zip
Update.
2003-04-07  Ulrich Drepper  <drepper@redhat.com>

	* pthread_detach.c (pthread_detach): Fix test for invalid TID.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 7bfcef863b..1ff2800a83 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-07  Ulrich Drepper  <drepper@redhat.com>
+
+	* pthread_detach.c (pthread_detach): Fix test for invalid TID.
+
 2003-04-06  Ulrich Drepper  <drepper@redhat.com>
 
 	* descr.h (struct pthread): Move cancelhandling member to the front.