[PATCH] Allow io engine to do the file setup
[fio.git] / time.c
diff --git a/time.c b/time.c
index 52462633a5fccc3791105aef65f64e708001c7f7..c7f898be3db3a853b0328c742478c8657e41eda1 100644 (file)
--- a/time.c
+++ b/time.c
@@ -60,7 +60,7 @@ unsigned long time_since_now(struct timeval *s)
 /*
  * busy looping version for the last few usec
  */
-static void __usec_sleep(unsigned int usec)
+void __usec_sleep(unsigned int usec)
 {
        struct timeval start;