diff options
author | Elliott Hughes <enh@google.com> | 2014-10-23 20:29:42 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-10-24 08:43:34 -0700 |
commit | aa6cd5819c8ebd254d995388798a4b51af7ca933 (patch) | |
tree | c390f04d2dfb21410c91de9635b04d70f1d52455 /libc/include | |
parent | 8fab8119dd176a280b62e9e8f2b4f08c0d76f36d (diff) | |
download | bionic-aa6cd5819c8ebd254d995388798a4b51af7ca933.zip bionic-aa6cd5819c8ebd254d995388798a4b51af7ca933.tar.gz bionic-aa6cd5819c8ebd254d995388798a4b51af7ca933.tar.bz2 |
Use mxcr_mask instead of mxcsr_mask to match glibc.
Bug: 18097559
(cherry picked from commit f485547b9267263e1de220a3cc368deaec367191)
Change-Id: I242105faa8210abc9635a951b25b127cd64ed23c
Diffstat (limited to 'libc/include')
-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 18684f1..66b371d 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]; |