Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE).
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 19:30:20 +0000 (19:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Jul 2007 19:30:20 +0000 (19:30 +0000)
sysdeps/alpha/nptl/tls.h

index 388a399..e77b1ff 100644 (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() \