Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc.

Glibc calls the tag pointer in user_fpregs_struct ftw instead of twd.

Change-Id: I4a8dab777fa889de0b9927035cd18557ae6f3263
This commit is contained in:
Ross McIlroy 2014-05-14 13:29:19 +01:00
parent 3e68418388
commit 0c8a5f82e6

@ -103,7 +103,7 @@ struct user {
struct user_fpregs_struct {
unsigned short cwd;
unsigned short swd;
unsigned short twd;
unsigned short ftw;
unsigned short fop;
__u64 rip;
__u64 rdp;