From c845175929236e3a5925e71e6793242399d18eb7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Oct 2000 18:40:27 +0000 Subject: Update. 2000-10-15 Ulrich Drepper * sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups. * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Likewise. * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise. --- sysdeps/unix/sysv/linux/hppa/sys/ucontext.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'sysdeps/unix/sysv/linux/hppa/sys') diff --git a/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h b/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h index 60022f951f..c819ab1627 100644 --- a/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h @@ -37,16 +37,18 @@ typedef unsigned long int greg_t; #define NFPREG 33 /* Container for all general registers. */ -typedef struct gregset { - greg_t g_regs[32]; - greg_t sr_regs[5]; - greg_t g_pad[5]; -} gregset_t; +typedef struct gregset + { + greg_t g_regs[32]; + greg_t sr_regs[5]; + greg_t g_pad[5]; + } gregset_t; /* Container for all FPU registers. */ -typedef struct fpregset { - double fp_dregs[32]; -} fpregset_t; +typedef struct fpregset + { + double fp_dregs[32]; + } fpregset_t; /* Context to describe whole processor state. */ typedef struct -- cgit v1.2.3-70-g09d2