musl/arch
Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes
dtv_copy, canary2, and canary_at_end existed solely to match multiple
ABI and asm-accessed layouts simultaneously. now that pthread_arch.h
can be included before struct __pthread is defined, the struct layout
can depend on macros defined by pthread_arch.h.
2020-08-27 18:36:45 -04:00
..
aarch64 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
arm deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
generic move struct dirent to bits header, allow NAME_MAX to vary 2020-01-25 23:08:55 -05:00
i386 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
m68k deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
microblaze deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
mips deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
mips64 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
mipsn32 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
or1k deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
powerpc remove redundant pthread struct members repeated for layout purposes 2020-08-27 18:36:45 -04:00
powerpc64 remove redundant pthread struct members repeated for layout purposes 2020-08-27 18:36:45 -04:00
riscv64 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
s390x deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
sh deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00
x32 remove redundant pthread struct members repeated for layout purposes 2020-08-27 18:36:45 -04:00
x86_64 deduplicate __pthread_self thread pointer adjustment out of each arch 2020-08-27 18:36:45 -04:00