wasi-libc/basics/include/time.h
Dan Gohman 51d4922df8 Add a definition of struct stat and supporting types.
This `struct stat` matches the x32 and x86-64 definitions.
2019-01-02 20:37:21 -08:00

12 lines
193 B
C

#ifndef __wasm_sysroot_time_h
#define __wasm_sysroot_time_h
#define __need_size_t
#define __need_NULL
#include <stddef.h>
#include <__typedef_time_t.h>
#include <__struct_timespec.h>
#endif