mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Use __glibc_reserved instead __unused.
This commit is contained in:
@ -97,7 +97,7 @@ typedef struct _libc_vrstate
|
||||
} vrregset_t __attribute__((__aligned__(16)));
|
||||
|
||||
typedef struct {
|
||||
unsigned long __unused[4];
|
||||
unsigned long __glibc_reserved[4];
|
||||
int signal;
|
||||
int __pad0;
|
||||
unsigned long handler;
|
||||
|
Reference in New Issue
Block a user