Return an error instead of blocking.
const FILE_DONT_BLOCK: FileFlags = FileFlags(O_NONBLOCK);
open(2) and O_NONBLOCK therein