mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
More whitespace fixes.
This commit is contained in:
parent
5a9e37df22
commit
23b8575625
@ -106,7 +106,7 @@ __pthread_cond_wait:
|
|||||||
|
|
||||||
/* Reset the pi-requeued flag. */
|
/* Reset the pi-requeued flag. */
|
||||||
8: movl $0, 16(%esp)
|
8: movl $0, 16(%esp)
|
||||||
movl cond_futex(%ebx), %ebp
|
movl cond_futex(%ebx), %ebp
|
||||||
|
|
||||||
/* Unlock. */
|
/* Unlock. */
|
||||||
LOCK
|
LOCK
|
||||||
@ -124,7 +124,7 @@ __pthread_cond_wait:
|
|||||||
xorl %ecx, %ecx
|
xorl %ecx, %ecx
|
||||||
cmpl $-1, dep_mutex(%ebx)
|
cmpl $-1, dep_mutex(%ebx)
|
||||||
sete %cl
|
sete %cl
|
||||||
je 18f
|
je 18f
|
||||||
|
|
||||||
movl dep_mutex(%ebx), %edi
|
movl dep_mutex(%ebx), %edi
|
||||||
/* Requeue to a non-robust PI mutex if the PI bit is set and
|
/* Requeue to a non-robust PI mutex if the PI bit is set and
|
||||||
|
Loading…
Reference in New Issue
Block a user