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