Skip to content

Commit

Permalink
* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
Browse files Browse the repository at this point in the history
2007-07-31  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field.
  • Loading branch information
Jakub Jelinek committed Jul 31, 2007
1 parent 0988139 commit 558f030
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 4 additions & 0 deletions nptl/sysdeps/sparc/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# include <stdint.h>
# include <stdlib.h>
# include <list.h>
# include <kernel-features.h>

/* Type for the dtv. */
typedef union dtv
Expand Down Expand Up @@ -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__ */
Expand Down

0 comments on commit 558f030

Please sign in to comment.