8 __weak_alias(times
, _times
)
16 m
.m4_l5
= 0; /* return this if system is pre-1.6 */
17 if (_syscall(PM_PROC_NR
, TIMES
, &m
) < 0) return( (clock_t) -1);
18 buf
->tms_utime
= m
.m4_l1
;
19 buf
->tms_stime
= m
.m4_l2
;
20 buf
->tms_cutime
= m
.m4_l3
;
21 buf
->tms_cstime
= m
.m4_l4
;