When the programmer is forced to handle return codes
Posted Dec 6, 2009 11:31 UTC (Sun) by hppnq (guest, #14462)
[Link]
I think the point is that close() will always render the file descriptor unusable: if it
doesn't you really cannot close() it again safely, because you've bumped into a kernel bug.