about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-15 18:40:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-15 18:40:27 +0000
commitc845175929236e3a5925e71e6793242399d18eb7 (patch)
tree9a5aa577be63dd2fb8807a52dd15519e68215b08 /sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
parentb15cb495054a40644197395fb6a94daa4b0e81cb (diff)
downloadglibc-c845175929236e3a5925e71e6793242399d18eb7.tar.gz
glibc-c845175929236e3a5925e71e6793242399d18eb7.tar.xz
glibc-c845175929236e3a5925e71e6793242399d18eb7.zip
Update.
2000-10-15  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/sys/ucontext.h')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/sys/ucontext.h18
1 files changed, 10 insertions, 8 deletions
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