about summary refs log tree commit diff
path: root/nptl/sysdeps/ia64
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-03-15 11:44:47 +0000
committerJakub Jelinek <jakub@redhat.com>2003-03-15 11:44:47 +0000
commiteec0ca9f259d04db3e0dde1ad1d89fce32f72b8c (patch)
tree8cd25020c8224d30308a1862a48301e36a30285e /nptl/sysdeps/ia64
parent1419a9581c56bf2ca32824aa013e7ced4e5ea65e (diff)
downloadglibc-eec0ca9f259d04db3e0dde1ad1d89fce32f72b8c.tar.gz
glibc-eec0ca9f259d04db3e0dde1ad1d89fce32f72b8c.tar.xz
glibc-eec0ca9f259d04db3e0dde1ad1d89fce32f72b8c.zip
* sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
	(SINGLE_THREAD): Use `header' prefix instead of `header.data'.
	* sysdeps/sh/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Likewise.
	* sysdeps/sh/tls.h (TLS_MULTIPLE_THREADS_IN_TCB): Define.
	* sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (SINGLE_THREAD_P):
	Use `header.' prefix.
	* sysdeps/ia64/tcb-offsets.sym (MULTIPLE_THREADS_OFFSET): Likewise.
Diffstat (limited to 'nptl/sysdeps/ia64')
-rw-r--r--nptl/sysdeps/ia64/tcb-offsets.sym2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/ia64/tcb-offsets.sym b/nptl/sysdeps/ia64/tcb-offsets.sym
index 69b6b394ed..11cc06ab31 100644
--- a/nptl/sysdeps/ia64/tcb-offsets.sym
+++ b/nptl/sysdeps/ia64/tcb-offsets.sym
@@ -1,4 +1,4 @@
 #include <sysdep.h>
 #include <tls.h>
 
-MULTIPLE_THREADS_OFFSET offsetof (struct pthread, multiple_threads) - sizeof (struct pthread)
+MULTIPLE_THREADS_OFFSET offsetof (struct pthread, header.multiple_threads) - sizeof (struct pthread)