2002-11-11 Carlos O'Donell <carlos@baldric.uwo.ca>

* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
        Define mcontext_t as a sigcontext.
This commit is contained in:
Roland McGrath 2002-11-19 06:41:02 +00:00
parent 1a65a64534
commit 4d1f248e71
1 changed files with 1 additions and 5 deletions

View File

@ -52,11 +52,7 @@ typedef struct fpregset
} fpregset_t;
/* Context to describe whole processor state. */
typedef struct
{
gregset_t gregs;
fpregset_t fpregs;
} mcontext_t;
typedef struct sigcontext mcontext_t;
/* Userlevel context. */
typedef struct ucontext