From: Andreas Jaeger Date: Fri, 27 Jul 2001 04:35:37 +0000 (+0000) Subject: (SC_GPRS): Fix value following change from 2001-05-30. X-Git-Tag: cvs/glibc-2_2_4~127 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddf541a2868747d6579dff766f63159fd4b0d50d;p=thirdparty%2Fglibc.git (SC_GPRS): Fix value following change from 2001-05-30. --- 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 47abccaccc7..644615a48f7 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 . + Contributed by David Mosberger-Tang . 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 -