From: Ulrich Drepper Date: Sat, 28 Jul 2007 19:30:20 +0000 (+0000) Subject: Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE). X-Git-Tag: glibc-2.16-ports-before-merge~757 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ab449d4156bb3d1c0e0ce22113164dad4cf151;p=thirdparty%2Fglibc.git Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE). --- diff --git a/sysdeps/alpha/nptl/tls.h b/sysdeps/alpha/nptl/tls.h index 388a399c731..e77b1ffca94 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_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() \