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

2007-07-31  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
This commit is contained in:
Jakub Jelinek 2007-07-31 19:36:40 +00:00
parent 098813982b
commit 558f030079
2 changed files with 8 additions and 0 deletions

View 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.

View 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__ */