about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-15 03:01:52 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-15 03:01:52 +0000
commit69880d1217f3107114bf0b0f37f7eba22317f2fb (patch)
tree2ff1506edf94501b70d69cdb300018ed8664996e /sysdeps/unix/sysv/linux/s390
parent29215bbd7eb8e2f03881ccc039338d2b2c369995 (diff)
downloadglibc-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/sysv/linux/s390')
-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 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;