Changeset 2d1195c0 in mainline for uspace/lib/c/include/setjmp.h
- Timestamp:
- 2013-03-29T15:33:54Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a5a902
- Parents:
- 26c02b22
- git-author:
- Wolf Ramovsky <wolf.ramovsky@…> (2013-03-29 15:33:54)
- git-committer:
- Martin Decky <martin@…> (2013-03-29 15:33:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/setjmp.h
r26c02b22 r2d1195c0 38 38 #include <libarch/fibril.h> 39 39 40 typedef context_t jmp_buf ;40 typedef context_t jmp_buf[1]; 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.