mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_unlock_force): New function. (lll_mutex_unlock_force): Use __lll_mutex_unlock_force. * tst-rwlock7.c (do_test): Use correct format specifier.
This commit is contained in:
@@ -161,7 +161,7 @@ do_test (void)
|
||||
}
|
||||
if (status != NULL)
|
||||
{
|
||||
printf ("failure in round %d\n", cnt);
|
||||
printf ("failure in round %Zu\n", cnt);
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user