blob: 586b41f50ac1141dc85eda3a5e62417c44ba000e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __wasilibc_sys_stat_h
#define __wasilibc_sys_stat_h
/*
* Include the real implementation, which is factored into a separate file so
* that it can be reused by other libc stat implementations.
*/
#include <__header_sys_stat.h>
#endif
|