X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fsys_times.m4;fp=m4%2Fsys_times.m4;h=0000000000000000000000000000000000000000;hp=33010700b70aedd831417edae0ee035de4f9839f;hb=c9b3436bd51a4dcf7d6cc6817d4c7a8ad99538d4;hpb=09735ea6055f959a9cac481268754f07d6f6eb9f diff --git a/m4/sys_times.m4 b/m4/sys_times.m4 deleted file mode 100644 index 3301070..0000000 --- a/m4/sys_times.m4 +++ /dev/null @@ -1,12 +0,0 @@ -PSI_CHECK_SYS_TIMES() { - PSI_CONFIG_POSIX(sys/times, 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)]) -}