am bac79558: Merge "Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc."

* commit 'bac795586bbc5dcbe886d8d781710f60c4c19d9b':
  Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc.
This commit is contained in:
Ross McIlroy
2014-05-14 14:30:56 +00:00
committed by Android Git Automerger

View File

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