We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284613b commit 4d5ed22Copy full SHA for 4d5ed22
src/utils/file.c
@@ -84,7 +84,7 @@ fio_safestat(const char *path, struct stat *buf)
84
return 0;
85
}
86
87
-#define stat(x) fio_safestat(x)
+#define stat(x, y) fio_safestat(x, y)
88
89
static ssize_t pread(int fd, void* buf, size_t size, off_t off)
90
{
0 commit comments