mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix NPTL build for !__ASSUME_SET_ROBUST_LIST case.
This commit is contained in:
@ -414,7 +414,7 @@ START_THREAD_DEFN
|
||||
this->__list.__next = NULL;
|
||||
|
||||
atomic_or (&this->__lock, FUTEX_OWNER_DIED);
|
||||
lll_futex_wake (this->__lock, 1, /* XYZ */ LLL_SHARED);
|
||||
lll_futex_wake (&this->__lock, 1, /* XYZ */ LLL_SHARED);
|
||||
}
|
||||
while (robust != (void *) &pd->robust_head);
|
||||
}
|
||||
|
Reference in New Issue
Block a user