summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/machine/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/setjmp.h b/newlib/libc/include/machine/setjmp.h
index 7f35ef61d..59d08bfbe 100644
--- a/newlib/libc/include/machine/setjmp.h
+++ b/newlib/libc/include/machine/setjmp.h
@@ -203,6 +203,7 @@ typedef _JBTYPE jmp_buf[_JBLEN];
#else
typedef int jmp_buf[_JBLEN];
#endif
+#endif
_END_STD_C
@@ -235,4 +236,3 @@ typedef int sigjmp_buf[_JBLEN+2];
}
#endif
#endif /* __CYGWIN__ or __rtems__ */
-#endif