From c60ec0e016f9e2444c7bc2703fc6b671a26f0f5e Mon Sep 17 00:00:00 2001 From: Torvald Riegel Date: Tue, 13 Jan 2015 01:09:29 +0100 Subject: Fix wake-up in sysdeps/nptl/fork.c. --- sysdeps/nptl/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/nptl/fork.c') diff --git a/sysdeps/nptl/fork.c b/sysdeps/nptl/fork.c index 5cffd82ced..74482b7a38 100644 --- a/sysdeps/nptl/fork.c +++ b/sysdeps/nptl/fork.c @@ -219,7 +219,7 @@ __libc_fork (void) if (atomic_decrement_and_test (&allp->handler->refcntr) && allp->handler->need_signal) - lll_futex_wake (allp->handler->refcntr, 1, LLL_PRIVATE); + lll_futex_wake (&allp->handler->refcntr, 1, LLL_PRIVATE); allp = allp->next; } -- cgit 1.4.1