Function wasmer_wasix::syscalls::wasi::fd_datasync::fd_datasync

source ·
pub fn fd_datasync(
    ctx: FunctionEnvMut<'_, WasiEnv>,
    fd: Fd,
) -> Result<Errno, WasiError>
Expand description

§fd_datasync()

Synchronize the file data to disk Inputs:

  • Fd fd The file descriptor to sync