Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/startup.cfa

    r6e33a2d r4834563  
    1010// Created On       : Tue Jul 24 16:21:57 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb  4 13:03:18 2020
    13 // Update Count     : 30
     12// Last Modified On : Fri Dec 13 13:16:45 2019
     13// Update Count     : 29
    1414//
    1515
    16 #include <time.h>                // tzset
    17 #include <locale.h>        // setlocale
     16#include <time.h>                                                                               // tzset
    1817#include "startup.hfa"
    1918
     
    2221    void __cfaabi_appready_startup( void ) {
    2322                tzset();                                                                                // initialize time global variables
    24                 setlocale(LC_NUMERIC, "");
    2523                #ifdef __CFA_DEBUG__
    2624                extern void heapAppStart();
     
    4341struct __spinlock_t;
    4442extern "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 )) {}
    4644}
    4745
Note: See TracChangeset for help on using the changeset viewer.