Function wasmer_wasix::syscalls::wasix::fd_fdflags_set::fd_fdflags_set

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

§fd_fdstat_set_flags()

Set file descriptor flags for a file descriptor Inputs:

  • Fd fd The file descriptor to apply the new flags to
  • Fdflags flags The flags to apply to fd