]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-11-11 Carlos O'Donell <carlos@baldric.uwo.ca>
authorRoland McGrath <roland@gnu.org>
Tue, 19 Nov 2002 06:41:02 +0000 (06:41 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 19 Nov 2002 06:41:02 +0000 (06:41 +0000)
        * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
        Define mcontext_t as a sigcontext.

sysdeps/unix/sysv/linux/hppa/sys/ucontext.h

index 0f14b46adbc064f3d6f83f2f6378c4eed2293e94..1431143849817b8f84f9e1d9d2ac337b8eaa1334 100644 (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