> (dumb question: How do I check whether the device was opened with > O_NONBLOCK (or O_NOIO) or not?) file->f_flags & O_NONBLOCK Gerd -- #include </dev/tty>
> (dumb question: How do I check whether the device was opened with > O_NONBLOCK (or O_NOIO) or not?) file->f_flags & O_NONBLOCK Gerd -- #include </dev/tty>