EOF and ptys

From: kern1
Date: Mon Aug 01 2005 - 18:59:03 EST


I notice that when one closes a pty, rather than the master side'd read
returning 0, it's an EIO. Seems to be this code, from n_tty.c.
if (test_bit(TTY_OTHER_CLOSED, &tty->flags)) {
retval = -EIO;
break;
}
I'm not an expert, it might be correct, but I thought I should point it
out.

Regards,
Rich Paul

--
Never let 'em tell you the drug war is a total failure. It's preventing sick
people from getting enough pain medication, isn't it?

http://radical-centrist.blogspot.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/