diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-08 09:32:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-08 09:32:17 +0000 |
commit | 4c7ffdb4295737f2b36d89aedb175482765b67de (patch) | |
tree | 4fa9891c9f68bea6f573c1a81d3d54287fbd2e22 /libthreads | |
parent | 303fcbc2a2ec1bbddd30f61c7f6f6e8ff4ee3d7f (diff) |
.
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index a70d0a6f..c281dcfe 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,10 @@ +2002-05-07 Roland McGrath <roland@frob.com> + + * cprocs.c (cproc_list_lock): Declare type as spin_lock_t. + + * cthreads.h (cthread_sp): Cast to vm_address_t instead of int. + (mutex_unlock): Cast to void * instead of int. + 2002-03-24 Roland McGrath <roland@frob.com> * libthreads.map: Use GLIBC_2.2.6 set instead of GLIBC_2.2. |