Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE).

This commit is contained in:
Ulrich Drepper 2007-07-28 19:30:20 +00:00
parent 391da2016b
commit 83ab449d41

View File

@ -131,7 +131,7 @@ typedef struct
= atomic_exchange_rel (&THREAD_SELF->header.gscope_flag, \
THREAD_GSCOPE_FLAG_UNUSED); \
if (__res == THREAD_GSCOPE_FLAG_WAIT) \
lll_private_futex_wake (&THREAD_SELF->header.gscope_flag, 1); \
lll_futex_wake (&THREAD_SELF->header.gscope_flag, 1, LLL_PRIVATE); \
} \
while (0)
#define THREAD_GSCOPE_SET_FLAG() \