1 /* 2 * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef _PICO_LLVM_LIBC_SYS_STAT_H 8 #define _PICO_LLVM_LIBC_SYS_STAT_H 9 10 typedef int off_t; 11 12 struct stat {}; 13 14 #endif 15