Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/machine/setjmp.h')
-rw-r--r--newlib/libc/include/machine/setjmp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 326b743d0..c88ba6bc6 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -174,6 +174,10 @@ _BEGIN_STD_C
#define _JBTYPE double
#endif
+#ifdef __CRX__
+#define _JBLEN 9
+#endif
+
#ifdef __fr30__
#define _JBLEN 10
#endif