Adjust use of lll_futex_* macros.

This commit is contained in:
Ulrich Drepper 2007-06-08 02:47:50 +00:00
parent ffd3982334
commit a34f2176e5
1 changed files with 1 additions and 1 deletions

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_futex_wake (&THREAD_SELF->header.gscope_flag, 1); \
lll_private_futex_wake (&THREAD_SELF->header.gscope_flag, 1); \
} \
while (0)
#define THREAD_GSCOPE_SET_FLAG() \