From 558f030079788282967f77fe12163a59a278d23f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 19:36:40 +0000 Subject: [PATCH] * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field. 2007-07-31 Jakub Jelinek * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field. --- nptl/ChangeLog | 4 ++++ nptl/sysdeps/sparc/tls.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9b5a1baa68..2fb53b9822 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2007-07-31 Jakub Jelinek + + * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field. + 2007-07-26 Jakub Jelinek * tst-locale2.c (useless): Add return statement. diff --git a/nptl/sysdeps/sparc/tls.h b/nptl/sysdeps/sparc/tls.h index 601b53732b..dc1b3868c9 100644 --- a/nptl/sysdeps/sparc/tls.h +++ b/nptl/sysdeps/sparc/tls.h @@ -27,6 +27,7 @@ # include # include # include +# include /* Type for the dtv. */ typedef union dtv @@ -55,6 +56,9 @@ typedef struct #if __WORDSIZE != 64 int gscope_flag; #endif +#ifndef __ASSUME_PRIVATE_FUTEX + int private_futex; +#endif } tcbhead_t; #else /* __ASSEMBLER__ */ -- 2.11.4.GIT