diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-12-17 09:20:20 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-12-27 07:29:56 +0100 |
commit | 7c22dcda27743658b6b8ea479283b384ad56bd5a (patch) | |
tree | 67b23611a152c62634458ccb96786d42e5522cba /sysdeps/unix | |
parent | 5e249192cac7354af02a7347a0d8c984e0c88ed3 (diff) | |
download | glibc-7c22dcda27743658b6b8ea479283b384ad56bd5a.zip glibc-7c22dcda27743658b6b8ea479283b384ad56bd5a.tar.gz glibc-7c22dcda27743658b6b8ea479283b384ad56bd5a.tar.bz2 |
nptl: More useful padding in struct pthread
The previous use of padding within a union made it impossible to
re-use the padding for GLIBC_PRIVATE ABI preservation because
tcbhead_t could use up all of the padding (as was historically the
case on x86-64). Allocating padding unconditionally addresses this
issue.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions