summaryrefslogtreecommitdiff
path: root/src/setjmp/longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setjmp/longjmp.c')
-rw-r--r--src/setjmp/longjmp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/setjmp/longjmp.c b/src/setjmp/longjmp.c
index 57819ddb..fc4305ca 100644
--- a/src/setjmp/longjmp.c
+++ b/src/setjmp/longjmp.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <setjmp.h>
/** restore calling environment **/
@@ -33,3 +35,6 @@ UNDEFINED(The function containing the previous call to FUNCTION(setjmp) is no lo
UNDEFINED(THIS() is called from a nested signal handler)
STDC(1)
*/
+
+
+#endif