Adjust use of lll_futex_* macros.
authorUlrich Drepper <drepper@redhat.com>
Fri, 8 Jun 2007 02:47:50 +0000 (02:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 8 Jun 2007 02:47:50 +0000 (02:47 +0000)
sysdeps/alpha/nptl/tls.h

index 64ddcd5..388a399 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_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() \