summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/sys/times.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/include/sys/times.h b/newlib/libc/include/sys/times.h
index c973ae1b0..9375cb19d 100644
--- a/newlib/libc/include/sys/times.h
+++ b/newlib/libc/include/sys/times.h
@@ -12,6 +12,7 @@ typedef _CLOCK_T_ clock_t;
#define __clock_t_defined
#endif
+/* Get Process Times, P1003.1b-1993, p. 92 */
struct tms {
clock_t tms_utime; /* user time */
clock_t tms_stime; /* system time */