aboutsummaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-10-23 20:29:42 -0700
committerElliott Hughes <enh@google.com>2014-10-24 08:43:34 -0700
commitaa6cd5819c8ebd254d995388798a4b51af7ca933 (patch)
treec390f04d2dfb21410c91de9635b04d70f1d52455 /libc
parent8fab8119dd176a280b62e9e8f2b4f08c0d76f36d (diff)
downloadbionic-aa6cd5819c8ebd254d995388798a4b51af7ca933.tar.gz
Use mxcr_mask instead of mxcsr_mask to match glibc.
Bug: 18097559 (cherry picked from commit f485547b9267263e1de220a3cc368deaec367191) Change-Id: I242105faa8210abc9635a951b25b127cd64ed23c
Diffstat (limited to 'libc')
-rw-r--r--libc/include/sys/user.h2
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];