Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d5ed22

Browse files
committed
fix stat() macro
1 parent284613b commit4d5ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/utils/file.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fio_safestat(const char *path, struct stat *buf)
8484
return0;
8585
}
8686

87-
#definestat(x) fio_safestat(x)
87+
#definestat(x,y) fio_safestat(x, y)
8888

8989
staticssize_tpread(intfd,void*buf,size_tsize,off_toff)
9090
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp