(SINGLE_THREAD): Use `header' prefix instead of `header.data'.
authorJakub Jelinek <jakub@redhat.com>
Sat, 15 Mar 2003 11:43:02 +0000 (11:43 +0000)
committerJakub Jelinek <jakub@redhat.com>
Sat, 15 Mar 2003 11:43:02 +0000 (11:43 +0000)
nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h

index 7704bf2..4681395 100644 (file)
@@ -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;                                                      \