]> git.proxmox.com Git - wasi-libc.git/blob - basics/include/sys/stat.h
ec29cbdaf959a02c4901616bb4d11eaeb7893f9a
[wasi-libc.git] / basics / include / sys / stat.h
1 #ifndef __wasm_sysroot_sys_stat_h
2 #define __wasm_sysroot_sys_stat_h
3
4 #include <__struct_stat.h>
5
6 #define st_atime st_atim.tv_sec
7 #define st_mtime st_mtim.tv_sec
8 #define st_ctime st_ctim.tv_sec
9
10 #endif