aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-23 09:03:54 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-23 09:03:54 +0000
commit113d09451da590a99162238ad1479dcd110ae84b (patch)
treecc5ca91c0ce1be195ea3b8ccd237e440bd814a66 /sysdeps
parent4b156cb2fd3c3eafc0a784fde139a666017a4614 (diff)
downloadglibc-113d09451da590a99162238ad1479dcd110ae84b.tar
glibc-113d09451da590a99162238ad1479dcd110ae84b.tar.gz
glibc-113d09451da590a99162238ad1479dcd110ae84b.tar.bz2
glibc-113d09451da590a99162238ad1479dcd110ae84b.zip
Add __ to JB_GPR* defines.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/s390/bits/setjmp.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/sysdeps/s390/bits/setjmp.h b/sysdeps/s390/bits/setjmp.h
index e778e9c6d5..634191eaf1 100644
--- a/sysdeps/s390/bits/setjmp.h
+++ b/sysdeps/s390/bits/setjmp.h
@@ -21,16 +21,16 @@
#ifndef __S390_SETJMP_H__
#define __S390_SETJMP_H__
-#define JB_GPR6 0
-#define JB_GPR7 1
-#define JB_GPR8 2
-#define JB_GPR9 3
-#define JB_GPR10 4
-#define JB_GPR11 5
-#define JB_GPR12 6
-#define JB_GPR13 7
-#define JB_GPR14 8
-#define JB_GPR15 9
+#define __JB_GPR6 0
+#define __JB_GPR7 1
+#define __JB_GPR8 2
+#define __JB_GPR9 3
+#define __JB_GPR10 4
+#define __JB_GPR11 5
+#define __JB_GPR12 6
+#define __JB_GPR13 7
+#define __JB_GPR14 8
+#define __JB_GPR15 9
#ifndef _ASM
@@ -47,6 +47,6 @@ typedef struct {
/* Test if longjmp to JMPBUF would unwind the frame
containing a local variable at ADDRESS. */
#define _JMPBUF_UNWINDS(jmpbuf, address) \
- ((int) (address) < (jmpbuf)->gregs[JB_GPR15])
+ ((int) (address) < (jmpbuf)->gregs[__JB_GPR15])
#endif /* __S390_SETJMP_H__ */