From: Ulrich Drepper Date: Fri, 8 Jun 2007 02:47:50 +0000 (+0000) Subject: Adjust use of lll_futex_* macros. X-Git-Tag: glibc-2.16-ports-before-merge~765 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34f2176e57b9e56302f44521a8718f9619bfa24;p=thirdparty%2Fglibc.git Adjust use of lll_futex_* macros. --- diff --git a/sysdeps/alpha/nptl/tls.h b/sysdeps/alpha/nptl/tls.h index 64ddcd5c011..388a399c731 100644 --- a/sysdeps/alpha/nptl/tls.h +++ b/sysdeps/alpha/nptl/tls.h @@ -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() \