diff options
author | Elliott Hughes <enh@google.com> | 2014-10-23 20:29:42 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-10-23 20:29:42 -0700 |
commit | f485547b9267263e1de220a3cc368deaec367191 (patch) | |
tree | a63e60cd22dbc8499188d04dc2c64c7234eccf60 | |
parent | a4c0b7567190968d263bedd1073ea633510f9a45 (diff) | |
download | android_bionic-f485547b9267263e1de220a3cc368deaec367191.tar.gz android_bionic-f485547b9267263e1de220a3cc368deaec367191.tar.bz2 android_bionic-f485547b9267263e1de220a3cc368deaec367191.zip |
Use mxcr_mask instead of mxcsr_mask to match glibc.
Bug: 18097559
Change-Id: Iaca301d7d4c4902989d4699117f72b88d5c4bd78
-rw-r--r-- | libc/include/sys/user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/user.h b/libc/include/sys/user.h index 18684f183..66b371d50 100644 --- a/libc/include/sys/user.h +++ b/libc/include/sys/user.h @@ -108,7 +108,7 @@ struct user_fpregs_struct { __u64 rip; __u64 rdp; __u32 mxcsr; - __u32 mxcsr_mask; + __u32 mxcr_mask; __u32 st_space[32]; __u32 xmm_space[64]; __u32 padding[24]; |