t/io_uring: fix 32-bit build warnings
[fio.git] / t / debug.c
index c297d6159337576e4e7a9d4d0f4552d013028346..0c913368262a709c3e13ed51c049d5284659c0c5 100644 (file)
--- a/t/debug.c
+++ b/t/debug.c
@@ -1,8 +1,8 @@
 #include <stdio.h>
 
 FILE *f_err;
-struct timeval *fio_tv = NULL;
-unsigned int fio_debug = 0;
+void *fio_ts;
+unsigned long fio_debug = 0;
 
 void __dprint(int type, const char *str, ...)
 {