☰
DDOCs
JOKA
v0.1.23
/
joka.wasip1
/
fdFdStatSetFlags
🔍
☾
fdFdStatSetFlags
fn
Errno
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.