mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix quick typo in fsync() --ftrace
This commit is contained in:
parent
4ad4c2625d
commit
221adfa606
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ int fsync(int fd) {
|
||||||
rc = sys_fdatasync_nt(fd);
|
rc = sys_fdatasync_nt(fd);
|
||||||
}
|
}
|
||||||
END_CANCELLATION_POINT;
|
END_CANCELLATION_POINT;
|
||||||
STRACE("fysnc(%d) → %d% m", fd, rc);
|
STRACE("fsync(%d) → %d% m", fd, rc);
|
||||||
} else {
|
} else {
|
||||||
rc = fstat(fd, &st);
|
rc = fstat(fd, &st);
|
||||||
STRACE("fsync_fake(%d) → %d% m", fd, rc);
|
STRACE("fsync_fake(%d) → %d% m", fd, rc);
|
||||||
|
|
Loading…
Add table
Reference in a new issue