Package-level declarations

Types

Link copied to clipboard
class SetFdFlags(val fd: FileDescriptor, val flags: Fdflags)

Sets the status flags of an open file descriptor fd to flags. This is similar to fcntl(fd, F_SETFL, flags) in POSIX.