about summary refs log tree commit diff
path: root/ports/sysdeps/hppa/nptl/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/hppa/nptl/tls.h')
-rw-r--r--ports/sysdeps/hppa/nptl/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/nptl/tls.h b/ports/sysdeps/hppa/nptl/tls.h
index 38132b0bb1..1933910357 100644
--- a/ports/sysdeps/hppa/nptl/tls.h
+++ b/ports/sysdeps/hppa/nptl/tls.h
@@ -153,7 +153,7 @@ static inline void __set_cr27(struct pthread *cr27)
 	= 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() \