Skip to content

Commit

Permalink
(SINGLE_THREAD): Use header' prefix instead of header.data'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Jelinek committed Mar 15, 2003
1 parent 979f5c3 commit 1419a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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; \
Expand Down

0 comments on commit 1419a95

Please sign in to comment.