Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.hfa

    rbfcf6b9 rbe73f30  
    102102}
    103103
    104 extern void __stack_prepare( __stack_info_t * this, size_t size /* ignored if storage already allocated */);
    105 extern void __stack_clean  ( __stack_info_t * this );
    106 
     104extern void __stack_prepare   ( __stack_info_t * this, size_t size /* ignored if storage already allocated */);
    107105
    108106// Suspend implementation inlined for performance
Note: See TracChangeset for help on using the changeset viewer.