summaryrefslogtreecommitdiffstats
path: root/libc/include
diff options
context:
space:
mode:
authorRoss McIlroy <rmcilroy@google.com>2014-05-14 13:29:19 +0100
committerRoss McIlroy <rmcilroy@google.com>2014-05-14 13:29:19 +0100
commit0c8a5f82e6e77dfafba7f6054b2d6be0d82c45cb (patch)
tree3f54bc5d2fc55f22ba34e55719076e4be9b23e99 /libc/include
parent3e684183881f18b9f3300257b6d65e83f8d5e27c (diff)
downloadbionic-0c8a5f82e6e77dfafba7f6054b2d6be0d82c45cb.zip
bionic-0c8a5f82e6e77dfafba7f6054b2d6be0d82c45cb.tar.gz
bionic-0c8a5f82e6e77dfafba7f6054b2d6be0d82c45cb.tar.bz2
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
Diffstat (limited to 'libc/include')
-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 21803d8..18684f1 100644
--- a/libc/include/sys/user.h
+++ b/libc/include/sys/user.h
@@ -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;