aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-03-15 11:43:02 +0000
committerJakub Jelinek <jakub@redhat.com>2003-03-15 11:43:02 +0000
commit1419a9581c56bf2ca32824aa013e7ced4e5ea65e (patch)
tree4ac64b6d4d1461f76eab7270b566de61e90ce431 /nptl
parent979f5c31de09a21261426f99a6516657a6905d63 (diff)
downloadglibc-1419a9581c56bf2ca32824aa013e7ced4e5ea65e.tar
glibc-1419a9581c56bf2ca32824aa013e7ced4e5ea65e.tar.gz
glibc-1419a9581c56bf2ca32824aa013e7ced4e5ea65e.tar.bz2
glibc-1419a9581c56bf2ca32824aa013e7ced4e5ea65e.zip
(SINGLE_THREAD): Use `header' prefix instead of `header.data'.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h b/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
index 7704bf2b82..4681395263 100644
--- a/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
+++ b/nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
@@ -84,7 +84,7 @@ L(pseudo_end):
# ifndef __ASSEMBLER__
# define SINGLE_THREAD_P \
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
- header.data.multiple_threads) == 0, 1)
+ header.multiple_threads) == 0, 1)
# else
# define SINGLE_THREAD_P(reg) \
ear reg,%a0; \