* commit '841a1a13ec25885133249960bc5a640c90c12e6a': Clean up ucontext.h TODOs.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user