Ignore:
Timestamp:
May 23, 2019, 12:45:39 AM (5 years ago)
Author:
coas-nagasima
Message:

コードを整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub/trunk/musl-1.1.18/src/env/__init_tls.c

    r389 r390  
    7272#endif
    7373
    74 #ifndef __c2__
    7574__attribute__((__weak__, __visibility__("hidden")))
    76 #endif
    7775extern const size_t _DYNAMIC[];
    7876
     
    136134}
    137135
    138 #ifndef __c2__
    139136weak_alias(static_init_tls, __init_tls);
    140 #else
    141 void __init_tls(size_t *aux)
    142 {
    143         static_init_tls(aux);
    144 }
    145 #endif
Note: See TracChangeset for help on using the changeset viewer.