about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h b/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
index eedd5db7f6..dfc7968a83 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h
@@ -34,7 +34,7 @@ typedef struct
 {
   unsigned long mask;
   unsigned long addr;
-} __psw_t __attribute__ ((aligned(8)));
+} __attribute__ ((aligned(8))) __psw_t;
 
 /* Type for a general-purpose register.  */
 typedef unsigned long greg_t;