wasm
This commit is contained in:
parent
47b135aca0
commit
f90881b03d
9824 changed files with 1706556 additions and 114 deletions
13
binlib/wasi-sysroot-28.0/include/wasm32-wasi/__struct_tms.h
Normal file
13
binlib/wasi-sysroot-28.0/include/wasm32-wasi/__struct_tms.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#ifndef __wasilibc___struct_tms_h
|
||||
#define __wasilibc___struct_tms_h
|
||||
|
||||
#include <__typedef_clock_t.h>
|
||||
|
||||
struct tms {
|
||||
clock_t tms_utime;
|
||||
clock_t tms_stime;
|
||||
clock_t tms_cutime;
|
||||
clock_t tms_cstime;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue