mirror of git://sourceware.org/git/glibc.git
Update.
This commit is contained in:
parent
567fb22ae3
commit
206a5cdea2
|
|
@ -1 +1 @@
|
||||||
NPTL 0.26 by Ulrich Drepper
|
NPTL 0.27 by Ulrich Drepper
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,9 @@ pthread_barrier_wait:
|
||||||
movl $SYS_futex, %eax
|
movl $SYS_futex, %eax
|
||||||
ENTER_KERNEL
|
ENTER_KERNEL
|
||||||
|
|
||||||
/* Release the mutex. */
|
/* Release the mutex. We cannot release the lock before
|
||||||
|
waking the waiting threads since otherwise a new thread might
|
||||||
|
arrive and gets waken up, too. */
|
||||||
LOCK
|
LOCK
|
||||||
incl MUTEX(%ebx)
|
incl MUTEX(%ebx)
|
||||||
jng 4f
|
jng 4f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue