1 Mar
2005
1 Mar
'05
3:49 a.m.
On Feb 28, 2005, at 10:40 PM, James Y Knight wrote:
I'm glad we all agree as to what the new behavior should be, but you're incorrect about the extent of the old brokenness. Simple tests prove that POLLIN was not forced to be true always:
Which makes sense given that the following says "=" not "|=". - mask = POLLIN | POLLRDNORM; - if (PIPE_EMPTY(*inode)) - mask = POLLOUT | POLLWRNORM; James