Changes in uspace/lib/c/include/setjmp.h [2d1195c0:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/setjmp.h
r2d1195c0 r47b7006 38 38 #include <libarch/fibril.h> 39 39 40 typedef context_t jmp_buf [1];40 typedef context_t jmp_buf; 41 41 42 42 extern int setjmp(jmp_buf env); … … 47 47 /** @} 48 48 */ 49
Note:
See TracChangeset
for help on using the changeset viewer.