Merge "Clean up ucontext.h TODOs."
This commit is contained in:
commit
156c7d3d0a
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue