diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:37:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:37:13 +0000 |
commit | be1221b667c49233935f487d125ba8147aa1c84d (patch) | |
tree | 45e9fe22b6b58180ea2adc464332d9aebe26a241 | |
parent | a92c3bfe8ab62b99a771c7eb278c9ba45df8d0ed (diff) |
.
-rw-r--r-- | libthreads/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index c281dcfe..151c35e3 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,11 @@ +2002-05-08 Roland McGrath <roland@frob.com> + + * cthreads.c (cthread_exit): Cast any_t to long before int. + + * cthread_internals.h: int -> void * for `busy' member. + * cprocs.c (cthread_mach_msg): Don't cast to int when setting it. + * cprocs.c (cthread_mag_active): Likewise. + 2002-05-07 Roland McGrath <roland@frob.com> * cprocs.c (cproc_list_lock): Declare type as spin_lock_t. |