☰
rustix
0.38.31
In rustix::fs
?
Function
rustix
::
fs
::
syncfs
source
·
[
−
]
pub fn syncfs<Fd:
AsFd
>(fd: Fd) ->
Result
<
()
>
Expand description
syncfs(fd)
—Flush cached filesystem data.
References
Linux