fdFdStatSetFlags

fnErrno fdFdStatSetFlags(Fd fd, FdFlags flags) extern(C) nothrow @nogc @wasi @importName("fd_fdstat_set_flags")

Adjust the flags associated with a file descriptor.

Note

This is similar to fcntl(fd, F_SETFL, flags) in POSIX.