Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/context.h

    ra35a3d8 re0a4686  
    4646extern uintptr_t context_get_pc(context_t *ctx);
    4747
     48// TODO: These should go away.
     49
     50extern int context_save(context_t *ctx) __attribute__((returns_twice));
     51extern void context_restore(context_t *ctx) __attribute__((noreturn));
     52
    4853#endif
    4954
Note: See TracChangeset for help on using the changeset viewer.