diff options
Diffstat (limited to 'libthreads/ChangeLog')
-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. |