X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fsys_times.m4;h=9f9da565d6cc8e190bbcc3118083bdf0791bad32;hp=cbaa6feb13427676773ef389a9cafe22471cff0f;hb=b1720af16e5d7765e2effcd16e23f351c2f82e54;hpb=b4508f6b917660970f887894a6aaed6c220a2c72 diff --git a/m4/sys_times.m4 b/m4/sys_times.m4 index cbaa6fe..9f9da56 100644 --- a/m4/sys_times.m4 +++ b/m4/sys_times.m4 @@ -1,12 +1,12 @@ -AC_DEFUN(PSI_CHECK_SYS_TIMES, [ +PSI_CHECK_SYS_TIMES() { AC_CHECK_HEADERS(sys/times.h) - + PSI_STRUCT(struct tms, [ clock_t tms_utime, clock_t tms_stime, clock_t tms_cutime, clock_t tms_cstime] ) - + PSI_DECL(clock_t times, [(struct tms *buf)]) -]) +}