Changes in src/libcfa/startup.c [36463e2:1997b4e]
- File:
-
- 1 edited
-
src/libcfa/startup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/startup.c
r36463e2 r1997b4e 40 40 41 41 struct __spinlock_t; 42 void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {} 42 extern "C" { 43 void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {} 44 } 43 45 44 46 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.