X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=os%2Fos-windows.h;h=9e931c9c9e505d8438117cd89c72a5d2a3dae7ab;hb=37db59d6ef74a8e6f5625c65dfbf4b72fd5fa84d;hp=66036351e912c76979f06697c7e5d0dab43059d9;hpb=dac45f23c3c7d146f7df82047ae7f25abf231ed3;p=fio.git diff --git a/os/os-windows.h b/os/os-windows.h index 66036351..9e931c9c 100644 --- a/os/os-windows.h +++ b/os/os-windows.h @@ -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,