diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-15 03:01:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-15 03:01:52 +0000 |
commit | 69880d1217f3107114bf0b0f37f7eba22317f2fb (patch) | |
tree | 2ff1506edf94501b70d69cdb300018ed8664996e /sysdeps/unix | |
parent | 29215bbd7eb8e2f03881ccc039338d2b2c369995 (diff) | |
download | glibc-69880d1217f3107114bf0b0f37f7eba22317f2fb.tar.gz glibc-69880d1217f3107114bf0b0f37f7eba22317f2fb.tar.xz glibc-69880d1217f3107114bf0b0f37f7eba22317f2fb.zip |
Update.
2001-09-14 H.J. Lu <hjl@gnu.org> * sysdeps/mips/fpu/libm-test-ulps: Updated. * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo. Patch by Florian La Roche <laroche@redhat.com>.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h | 2 |
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 9f2d58e2a8..eedd5db7f6 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)));; +} __psw_t __attribute__ ((aligned(8))); /* Type for a general-purpose register. */ typedef unsigned long greg_t; |