1 #ifndef __wasm_basics___typedef_suseconds_t_h
2 #define __wasm_basics___typedef_suseconds_t_h
3 
4 /* Define this to be 64-bit as its main use is in struct timeval where the
5    extra space would otherwise be padding. */
6 typedef long long suseconds_t;
7 
8 #endif
9