aboutsummaryrefslogtreecommitdiff
path: root/conform/data/sys/times.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/sys/times.h-data')
-rw-r--r--conform/data/sys/times.h-data13
1 files changed, 13 insertions, 0 deletions
diff --git a/conform/data/sys/times.h-data b/conform/data/sys/times.h-data
new file mode 100644
index 0000000..9c3237e
--- /dev/null
+++ b/conform/data/sys/times.h-data
@@ -0,0 +1,13 @@
+type {struct tms}
+
+element {struct tms} clock_t tms_utime
+element {struct tms} clock_t tms_stime
+element {struct tms} clock_t tms_cutime
+element {struct tms} clock_t tms_cstime
+
+type clock_t
+
+function clock_t times (struct tms*)
+
+allow tms_*
+allow *_t