aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h2
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h2
2 files changed, 2 insertions, 2 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;
diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h b/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h
index 7402199d1f..336178e758 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-64/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;