Changeset a5c78a18 in mainline for uspace/lib/c/include
- 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
- Location:
- uspace/lib/c/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/context.h
r67ca359 ra5c78a18 33 33 #include <libarch/fibril_context.h> 34 34 35 typedef __context_t context_t; 36 35 37 /* Context initialization data. */ 36 38 typedef struct { -
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.