From: Jakub Jelinek Date: Sat, 15 Mar 2003 11:43:02 +0000 (+0000) Subject: (SINGLE_THREAD): Use `header' prefix instead of `header.data'. X-Git-Tag: cvs/glibc-2_3_3~1224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1419a9581c56bf2ca32824aa013e7ced4e5ea65e;p=thirdparty%2Fglibc.git (SINGLE_THREAD): Use `header' prefix instead of `header.data'. --- 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 7704bf2b820..46813952639 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; \