From 1419a9581c56bf2ca32824aa013e7ced4e5ea65e Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 15 Mar 2003 11:43:02 +0000 Subject: [PATCH] (SINGLE_THREAD): Use `header' prefix instead of `header.data'. --- nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7704bf2..4681395 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; \ -- 2.7.4