The patch fixing the alignment of _cygtls::context accidentally
pushed the desperate attempt to automate the alignment by using
another, non-working variation of attribute((aligned)). Drop it.
Fixes: dcab768cb93e ("Cygwin: cygtls: fix context alignment")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
If you prepend cygtls members here, make sure context stays 16 byte
aligned. The gentls_offsets script checks for that now and fails
if the alignment is wrong. */
- ucontext_t __attribute__((__aligned__(__alignof__(long double)))) context;
+ ucontext_t context;
DWORD thread_id;
siginfo_t infodata;
struct pthread *tid;