[][src]Module posish::io

I/O operations.

Structs

PollFd

pollfd

PollFdVec

A Vec of libc::pollfd.

Functions

fionread

ioctl(fd, FIONREAD).

is_read_write

fcntl(fd, F_GETFL) & O_ACCMODE. Returns a pair of booleans indicating whether the file descriptor is readable and/or writeable, respectively.

isatty

isatty(fd)