summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/sys/times.h')
-rw-r--r--mdk-stage1/dietlibc/include/sys/times.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/sys/times.h b/mdk-stage1/dietlibc/include/sys/times.h
index 7a1db07fa..72ec62fec 100644
--- a/mdk-stage1/dietlibc/include/sys/times.h
+++ b/mdk-stage1/dietlibc/include/sys/times.h
@@ -3,4 +3,6 @@
#include <linux/times.h>
+clock_t times(struct tms *buf);
+
#endif