X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=time.c;h=6c9eb0a894c951b08b09ad653594a8884fc13bbf;hp=cb44c209ec984a1d74ecc0b48054f999c0eed007;hb=690089990d051d86b4ef2b6fd5c1972c0dd4897b;hpb=08aae9a0d5f3d24152abd7515984439bbfd3c05d;ds=sidebyside diff --git a/time.c b/time.c index cb44c209..6c9eb0a8 100644 --- a/time.c +++ b/time.c @@ -21,7 +21,7 @@ unsigned long utime_since(struct timeval *s, struct timeval *e) return sec + usec; } -static unsigned long utime_since_now(struct timeval *s) +unsigned long utime_since_now(struct timeval *s) { struct timeval t;