1/* These are the newlib functions and the .bss/.data symbols necessary for these functions present in ESP32 ROM.
2   They should not be used when you need to solve the Y2K38 problem.
3   Because these functions were compiled with 32-bit width for the time_t structure.
4 */
5
6asctime = 0x40059588;
7asctime_r = 0x40000ec8;
8ctime = 0x400595b0;
9ctime_r = 0x400595c4;
10__gettzinfo = 0x40001fcc;
11__get_current_time_locale = 0x40001834;
12gmtime = 0x40059848;
13gmtime_r = 0x40059868;
14localtime = 0x400595dc;
15localtime_r = 0x400595fc;
16mktime = 0x4005a5e8;
17strftime = 0x40059ab4;
18time = 0x40001844;
19__time_load_locale = 0x4000183c;
20tzset = 0x40001a1c;
21_tzset_r = 0x40001a28;
22__tzcalc_limits = 0x400018a0;
23__tz_lock = 0x40001a04;
24__tz_unlock = 0x40001a10;
25/* The .bss/.data symbols necessary for these functions */
26_timezone = 0x3ffae0a0;
27_tzname = 0x3ffae030;
28_daylight = 0x3ffae0a4;
29__month_lengths = 0x3ff9609c;
30