Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.c

    r2026bb6 rb78129a  
    1313// Update Count     : 5
    1414//
    15 
    16 #define __cforall_thread__
    1715
    1816#include <stdbool.h>
     
    3331extern void __finish_creation( struct thread_desc * );
    3432extern void __leave_thread_monitor( struct thread_desc * this );
    35 extern void disable_interrupts() OPTIONAL_THREAD;
     33extern void disable_interrupts();
    3634extern void enable_interrupts( __cfaabi_dbg_ctx_param );
    3735
Note: See TracChangeset for help on using the changeset viewer.