Ignore:
File:
1 edited

Legend:

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

    re0a4686 ra35a3d8  
    4646extern uintptr_t context_get_pc(context_t *ctx);
    4747
    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 
    5348#endif
    5449
Note: See TracChangeset for help on using the changeset viewer.