configure: add --enable-psi-maintainer-mode
[m6w6/ext-psi] / m4 / posix / sys_times.m4
1 PSI_CHECK_SYS_TIMES() {
2
3 PSI_STRUCT(struct tms, [
4 clock_t tms_utime,
5 clock_t tms_stime,
6 clock_t tms_cutime,
7 clock_t tms_cstime]
8 )
9
10 PSI_DECL(clock_t times, [(struct tms *buf)])
11 }