Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/startup.c

    r1997b4e r36463e2  
    4040
    4141struct __spinlock_t;
    42 extern "C" {
    43         void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {}
    44 }
     42void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {}
    4543
    4644// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.