am 3625f432: am 841a1a13: am 156c7d3d: Merge "Clean up ucontext.h TODOs."

* commit '3625f432b39c1f9a7f23d2219eb421d4478cd852':
  Clean up ucontext.h TODOs.
This commit is contained in:
Calin Juravle 2014-05-22 13:33:29 +00:00 committed by Android Git Automerger
commit e5d8092d89

View File

@ -60,8 +60,6 @@ enum {
typedef int greg_t;
typedef greg_t gregset_t[NGREG];
/* TODO: fpregset_t. */
#include <asm/sigcontext.h>
typedef struct sigcontext mcontext_t;
@ -77,8 +75,6 @@ typedef struct ucontext {
#elif defined(__aarch64__)
/* TODO: gregset_t and fpregset_t. */
#include <asm/sigcontext.h>
typedef struct sigcontext mcontext_t;