about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-27 04:35:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-27 04:35:37 +0000
commitddf541a2868747d6579dff766f63159fd4b0d50d (patch)
treec00baff60ca344ac17a64295bc5f3eab039283b0 /sysdeps/unix/sysv/linux/s390
parent821563a985e1de6923aa6a94555944e2e833937d (diff)
downloadglibc-ddf541a2868747d6579dff766f63159fd4b0d50d.tar.gz
glibc-ddf541a2868747d6579dff766f63159fd4b0d50d.tar.xz
glibc-ddf541a2868747d6579dff766f63159fd4b0d50d.zip
(SC_GPRS): Fix value following change from 2001-05-30.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h b/sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h
index 47abccaccc..644615a48f 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h
@@ -1,6 +1,6 @@
 /* Copyright (C) 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-     Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
+   Contributed by David Mosberger-Tang <davidm@hpl.hp.com>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -29,7 +29,6 @@
 #define SC_MASK 0x008
 #define SC_STCK 0x088
 #define SC_VERS 0x098
-#define SC_GPRS 0x09c
+#define SC_GPRS 0x0a0
 #define SC_FPC  0x130
 #define SC_FPRS 0x138
-