diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-14 00:40:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-14 00:40:29 +0000 |
commit | 00e50680b1f067cfbbf46619138567314f5877d9 (patch) | |
tree | bb7c3429840b29b5ba23cbb6cae7d17dd72f8f86 /ChangeLog | |
parent | 252470b60ff30bcb3b97bd8af81ced2ad8196342 (diff) | |
download | glibc-00e50680b1f067cfbbf46619138567314f5877d9.tar.gz glibc-00e50680b1f067cfbbf46619138567314f5877d9.tar.xz glibc-00e50680b1f067cfbbf46619138567314f5877d9.zip |
Update.
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 57c38f0880..6680a847c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +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 |