This commit is contained in:
Michael Kerrisk 2007-05-16 02:30:46 +00:00
parent ffc78e2c0b
commit e81969abf7
1 changed files with 4 additions and 6 deletions

View File

@ -56,12 +56,10 @@ is as defined in
.sp
.nf
struct tms {
.RS
clock_t tms_utime; /* user time */
clock_t tms_stime; /* system time */
clock_t tms_cutime; /* user time of children */
clock_t tms_cstime; /* system time of children */
.RE
clock_t tms_utime; /* user time */
clock_t tms_stime; /* system time */
clock_t tms_cutime; /* user time of children */
clock_t tms_cstime; /* system time of children */
};
.fi
.LP