Changeset a5c78a18 in mainline for uspace/lib/c/include/setjmp.h
- Timestamp:
- 2019-02-03T14:35:44Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b4f1171
- Parents:
- 67ca359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/setjmp.h
r67ca359 ra5c78a18 41 41 #include <_bits/__noreturn.h> 42 42 43 typedef context_t jmp_buf[1];43 typedef __context_t jmp_buf[1]; 44 44 45 45 extern int __setjmp(jmp_buf) __attribute__((returns_twice));
Note:
See TracChangeset
for help on using the changeset viewer.