diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 5155b79ae9..c75be9a91a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2004-03-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/ia64/pthread_spin_lock.c (pthread_spin_lock): Use hint + @pause in the loop. + * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_mutex_trylock): No need to restrict type of ret. Make it int. Add comment. |