mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix another x86 sys/ucontext.h namespace issue (bug 21457).
This patch fixes a namespace issue for one more field in the x86 sys/ucontext.h that I missed in my previous changes. Tested for x86_64. [BZ #21457] * sysdeps/unix/sysv/linux/x86/sys/ucontext.h [__x86_64__] (struct _libc_xmmreg): Use __ctx in defining field.
This commit is contained in:
@ -107,7 +107,7 @@ struct _libc_fpxreg
|
||||
|
||||
struct _libc_xmmreg
|
||||
{
|
||||
__uint32_t element[4];
|
||||
__uint32_t __ctx(element)[4];
|
||||
};
|
||||
|
||||
struct _libc_fpstate
|
||||
|
Reference in New Issue
Block a user