summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-05-15 01:52:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-15 01:52:22 +0000
commitd0a899215b27254661ef9af90aea31343ffc4367 (patch)
tree0aa5fd8fcadc3bf7ff29c8d59e6784a2603291ca /libc
parent1596b884648642ad09f87d2a0dc4db47f037b6d7 (diff)
parent9b5b40b4dfe0e2b89dbaf2229a3737f79c81d595 (diff)
downloadbionic-d0a899215b27254661ef9af90aea31343ffc4367.zip
bionic-d0a899215b27254661ef9af90aea31343ffc4367.tar.gz
bionic-d0a899215b27254661ef9af90aea31343ffc4367.tar.bz2
Merge "Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.h"
Diffstat (limited to 'libc')
-rw-r--r--libc/include/sys/ucontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/ucontext.h b/libc/include/sys/ucontext.h
index 3737cbe..9060ab7 100644
--- a/libc/include/sys/ucontext.h
+++ b/libc/include/sys/ucontext.h
@@ -238,7 +238,7 @@ enum {
typedef long greg_t;
typedef greg_t gregset_t[NGREG];
-typedef struct user_i387_struct* fpregset_t;
+typedef struct user_fpregs_struct* fpregset_t;
typedef struct {
gregset_t gregs;