Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 14 Oct 1999 00:41:12 +0000 (00:41 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 14 Oct 1999 00:41:12 +0000 (00:41 +0000)
ChangeLog
linuxthreads_db/ChangeLog

index 6680a84..57c38f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,3 @@
-1999-10-13  Ulrich Drepper  <drepper@cygnus.com>
-
-       * td_ta_thr_iter.c: Use size of descriptor from *TA.
-       Don't return manager thread before it's actually running.
-       Actually use state parameter to distingusih at least a few states.
-
-       * td_thr_get_info.c: Handle manager thread special.  Fill in ti_lid,
-       ti_state fields, and ti_startfunc fields.
-
 1999-10-12  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Don't define
index defa1e6..a5486c9 100644 (file)
@@ -5,7 +5,7 @@
        Actually use state parameter to distingusih at least a few states.
 
        * td_thr_get_info.c: Handle manager thread special.  Fill in ti_lid,
-       ti_state fields, and ti_startfunc fields.
+       ti_state, and ti_startfunc fields.
 
 1999-10-12  Andreas Jaeger  <aj@suse.de>