fuchsia_nix
0.0.1
In fuchsia_nix::unistd
Function
fuchsia_nix
::
unistd
::
fsync
Copy item path
[
−
]
pub fn fsync(fd:
i32
) ->
Result
<
()
,
Errno
>
Expand description
Synchronize changes to a file
See also
fsync(2)