=== modified file 'uspace/lib/c/include/setjmp.h'
--- uspace/lib/c/include/setjmp.h	2012-04-02 15:52:07 +0000
+++ uspace/lib/c/include/setjmp.h	2013-03-28 23:17:17 +0000
@@ -37,7 +37,7 @@
 
 #include <libarch/fibril.h>
 
-typedef context_t jmp_buf;
+typedef context_t jmp_buf[1];
 
 extern int setjmp(jmp_buf env);
 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));

