Index: uspace/lib/c/include/setjmp.h
===================================================================
--- uspace/lib/c/include/setjmp.h	(revision 47b70062180b321b58ca43746901c748ff7a6b2d)
+++ uspace/lib/c/include/setjmp.h	(revision dd0c8a0852b753e0174ee3ff058e25d74b2ae4e0)
@@ -38,5 +38,5 @@
 #include <libarch/fibril.h>
 
-typedef context_t jmp_buf;
+typedef context_t jmp_buf[1];
 
 extern int setjmp(jmp_buf env);
@@ -47,3 +47,2 @@
 /** @}
  */
-
