Changeset a35a3d8 in mainline for uspace/lib/c/include/context.h
- Timestamp:
- 2018-03-12T17:13:46Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b127e4af
- Parents:
- f3d47c97
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-12 17:13:46)
- git-committer:
- GitHub <noreply@…> (2018-03-12 17:13:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/context.h
rf3d47c97 ra35a3d8 46 46 extern uintptr_t context_get_pc(context_t *ctx); 47 47 48 // TODO: These should go away.49 50 extern int context_save(context_t *ctx) __attribute__((returns_twice));51 extern void context_restore(context_t *ctx) __attribute__((noreturn));52 53 48 #endif 54 49
Note:
See TracChangeset
for help on using the changeset viewer.