Fix compiler warning and test progs linker errors on Windows
[fio.git] / os / os-windows.h
index 66036351e912c76979f06697c7e5d0dab43059d9..9e931c9c9e505d8438117cd89c72a5d2a3dae7ab 100644 (file)
@@ -105,6 +105,7 @@ int fcntl(int fildes, int cmd, ...);
 int fdatasync(int fildes);
 int lstat(const char * path, struct stat * buf);
 uid_t geteuid(void);
+char* ctime_r(const time_t *t, char *buf);
 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp);
 ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset);
 ssize_t pwrite(int fildes, const void *buf, size_t nbyte,