From: Roland McGrath Date: Tue, 19 Nov 2002 06:41:02 +0000 (+0000) Subject: 2002-11-11 Carlos O'Donell X-Git-Tag: glibc-2.16-ports-before-merge~1525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d1f248e713bbd97c9f5e8a183a1d9e9191f4bae;p=thirdparty%2Fglibc.git 2002-11-11 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Define mcontext_t as a sigcontext. --- diff --git a/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h b/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h index 0f14b46adbc..14311438498 100644 --- a/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h @@ -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