mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
* tst-rwlock6.c (do_test): Use correct format specifier. * sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S (__lll_mutex_lock_wait): Replace one memory operation with one register operation. * sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S (__lll_mutex_lock_wait): Likewise.
This commit is contained in:
parent
a14c918ddd
commit
7ab7ea333d
@ -1,5 +1,13 @@
|
||||
2003-05-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* tst-rwlock6.c (do_test): Use correct format specifier.
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/i486/lowlevelmutex.S
|
||||
(__lll_mutex_lock_wait): Replace one memory operation with one
|
||||
register operation.
|
||||
* sysdeps/unix/sysv/linux/x86_64/lowlevelmutex.S
|
||||
(__lll_mutex_lock_wait): Likewise.
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h
|
||||
(__lll_mutex_cond_lock): Add one to value parameter of
|
||||
__lll_lock_wait to reflect reality in the futex syscall.
|
||||
|
@ -206,7 +206,7 @@ do_test (void)
|
||||
}
|
||||
if (status != NULL)
|
||||
{
|
||||
printf ("failure in round %d\n", cnt);
|
||||
printf ("failure in round %Zu\n", cnt);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user