Changeset 82fd245 in mainline for uspace/lib/c/include/setjmp.h
- Timestamp:
- 2018-07-05T21:41:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f77d98
- Parents:
- e679283
- git-author:
- Dzejrou <dzejrou@…> (2018-01-07 00:18:22)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/setjmp.h
re679283 r82fd245 34 34 #define LIBC_SETJMP_H_ 35 35 36 #ifdef __cplusplus 37 extern "C" { 38 #endif 39 36 40 #include <libarch/fibril_context.h> 37 41 #include <_bits/__noreturn.h> … … 45 49 extern __noreturn void longjmp(jmp_buf, int); 46 50 51 #ifdef __cplusplus 52 } 53 #endif 54 47 55 #endif 48 56
Note:
See TracChangeset
for help on using the changeset viewer.