X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fposix%2Fsys_times.m4;fp=m4%2Fposix%2Fsys_times.m4;h=0000000000000000000000000000000000000000;hp=0ae593cd17093969e1a91a203d5054a314ff36c8;hb=4174d499fe105c6d8bd76d265e28e07f0db08b55;hpb=f090ccb51eb2ecc92a6cca8325c77d688cbbb61d diff --git a/m4/posix/sys_times.m4 b/m4/posix/sys_times.m4 deleted file mode 100644 index 0ae593c..0000000 --- a/m4/posix/sys_times.m4 +++ /dev/null @@ -1,11 +0,0 @@ -PSI_CHECK_SYS_TIMES() { - - 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)]) -}