diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2014-05-15 01:52:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-05-15 01:52:22 +0000 |
commit | d0a899215b27254661ef9af90aea31343ffc4367 (patch) | |
tree | 0aa5fd8fcadc3bf7ff29c8d59e6784a2603291ca /libc | |
parent | 1596b884648642ad09f87d2a0dc4db47f037b6d7 (diff) | |
parent | 9b5b40b4dfe0e2b89dbaf2229a3737f79c81d595 (diff) | |
download | bionic-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.h | 2 |
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; |