mirror of git://sourceware.org/git/glibc.git
* 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:
parent
098813982b
commit
558f030079
|
|
@ -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>
|
2007-07-26 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* tst-locale2.c (useless): Add return statement.
|
* tst-locale2.c (useless): Add return statement.
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
# include <stdint.h>
|
# include <stdint.h>
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
# include <list.h>
|
# include <list.h>
|
||||||
|
# include <kernel-features.h>
|
||||||
|
|
||||||
/* Type for the dtv. */
|
/* Type for the dtv. */
|
||||||
typedef union dtv
|
typedef union dtv
|
||||||
|
|
@ -55,6 +56,9 @@ typedef struct
|
||||||
#if __WORDSIZE != 64
|
#if __WORDSIZE != 64
|
||||||
int gscope_flag;
|
int gscope_flag;
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __ASSUME_PRIVATE_FUTEX
|
||||||
|
int private_futex;
|
||||||
|
#endif
|
||||||
} tcbhead_t;
|
} tcbhead_t;
|
||||||
|
|
||||||
#else /* __ASSEMBLER__ */
|
#else /* __ASSEMBLER__ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue