1/*
2 * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6/* These are the newlib functions and the .bss/.data symbols which are related to 'time_t'
7   or other structures which include 'time_t' (like 'struct stat').
8   These ROM functions were compiled with sizeof(time_t) == 4.
9   When compiling with sizeof(time_t) == 8, these functions should be excluded from the build.
10 */
11
12_isatty_r = 0x40000380;
13PROVIDE( __smakebuf_r = 0x4000046c );
14PROVIDE( __swhatbuf_r = 0x40000470 );
15PROVIDE( __swsetup_r = 0x4000047c );
16