]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
authorJakub Jelinek <jakub@redhat.com>
Tue, 31 Jul 2007 19:36:40 +0000 (19:36 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 31 Jul 2007 19:36:40 +0000 (19:36 +0000)
2007-07-31  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.

nptl/ChangeLog
nptl/sysdeps/sparc/tls.h

index 9b5a1baa6835cf7b314abe3cc9b4852cf6cc61f7..2fb53b9822d020e1c251fce96bccf969cc3824ae 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-31  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
+
 2007-07-26  Jakub Jelinek  <jakub@redhat.com>
 
        * tst-locale2.c (useless): Add return statement.
index 601b53732bc5118e57aff4f63490f79849fa2582..dc1b3868c98a545428f7f8fee8d0a03736999d10 100644 (file)
@@ -27,6 +27,7 @@
 # include <stdint.h>
 # include <stdlib.h>
 # include <list.h>
+# include <kernel-features.h>
 
 /* 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__ */