Changes in libcfa/src/startup.cfa [032234bd:a182ad5]
- File:
-
- 1 edited
-
libcfa/src/startup.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
r032234bd ra182ad5 41 41 } // __cfaabi_appready_shutdown 42 42 43 void disable_interrupts() __attribute__(( weak )) libcfa_public{}44 void enable_interrupts() __attribute__(( weak )) libcfa_public{}43 void disable_interrupts() __attribute__(( weak )) {} 44 void enable_interrupts() __attribute__(( weak )) {} 45 45 46 46 … … 64 64 struct __spinlock_t; 65 65 extern "C" { 66 void __cfaabi_dbg_record_lock(struct __spinlock_t & this, const char prev_name[]) __attribute__(( weak )) libcfa_public{}66 void __cfaabi_dbg_record_lock(struct __spinlock_t & this, const char prev_name[]) __attribute__(( weak )) {} 67 67 } 68 68
Note:
See TracChangeset
for help on using the changeset viewer.