summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-bottom-half/headers/public/sys/times.h')
-rw-r--r--libc-bottom-half/headers/public/sys/times.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc-bottom-half/headers/public/sys/times.h b/libc-bottom-half/headers/public/sys/times.h
new file mode 100644
index 0000000..986bc0d
--- /dev/null
+++ b/libc-bottom-half/headers/public/sys/times.h
@@ -0,0 +1,6 @@
+#ifndef __wasilibc_sys_times_h
+#define __wasilibc_sys_times_h
+
+#include <__struct_tms.h>
+
+#endif