Changes in libcfa/src/startup.cfa [6e33a2d:4834563]
- File:
-
- 1 edited
-
libcfa/src/startup.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/startup.cfa
r6e33a2d r4834563 10 10 // Created On : Tue Jul 24 16:21:57 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Feb 4 13:03:18 202013 // Update Count : 3012 // Last Modified On : Fri Dec 13 13:16:45 2019 13 // Update Count : 29 14 14 // 15 15 16 #include <time.h> // tzset 17 #include <locale.h> // setlocale 16 #include <time.h> // tzset 18 17 #include "startup.hfa" 19 18 … … 22 21 void __cfaabi_appready_startup( void ) { 23 22 tzset(); // initialize time global variables 24 setlocale(LC_NUMERIC, "");25 23 #ifdef __CFA_DEBUG__ 26 24 extern void heapAppStart(); … … 43 41 struct __spinlock_t; 44 42 extern "C" { 45 void __cfaabi_dbg_record _lock(struct __spinlock_t & this, const char prev_name[]) __attribute__(( weak )) {}43 void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {} 46 44 } 47 45
Note:
See TracChangeset
for help on using the changeset viewer.