mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-16 10:00:12 +00:00
Added members 'unsigned char ftype[8]', and 'unsigned int init_flag'
to struct user_fp. Tnese were added in version 2.2.12 of the ARM Linux kernel.
This commit is contained in:
parent
ad2b56f270
commit
557847754d
@ -40,6 +40,8 @@ struct user_fp
|
||||
} fpregs[8];
|
||||
unsigned int fpsr:32;
|
||||
unsigned int fpcr:32;
|
||||
unsigned char ftype[8];
|
||||
unsigned int init_flag;
|
||||
};
|
||||
|
||||
struct user
|
||||
|
Loading…
Reference in New Issue
Block a user