Message ID | 20141212220207.5A5C52C3ADB@topped-with-meat.com |
---|---|
State | New |
Headers | show |
--- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -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); }