Clean up ucontext.h TODOs.
There's no need to expose gregset_t and fpregset_t when they are not used in ucontext_t. Bug: 12828904 Change-Id: Ieda1edf0ab18015f444c4d385fe9c41c4544017f
This commit is contained in:
parent
b2b0f7e1ae
commit
eb454522da
@ -60,8 +60,6 @@ enum {
|
|||||||
typedef int greg_t;
|
typedef int greg_t;
|
||||||
typedef greg_t gregset_t[NGREG];
|
typedef greg_t gregset_t[NGREG];
|
||||||
|
|
||||||
/* TODO: fpregset_t. */
|
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
typedef struct sigcontext mcontext_t;
|
typedef struct sigcontext mcontext_t;
|
||||||
|
|
||||||
@ -77,8 +75,6 @@ typedef struct ucontext {
|
|||||||
|
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
|
|
||||||
/* TODO: gregset_t and fpregset_t. */
|
|
||||||
|
|
||||||
#include <asm/sigcontext.h>
|
#include <asm/sigcontext.h>
|
||||||
typedef struct sigcontext mcontext_t;
|
typedef struct sigcontext mcontext_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user