On 7/31/05, Roland McGrath <[email protected]> wrote:
> However, there is in fact no bug here. The test program is just wrong.
> sigwait returns zero or an error number, as POSIX specifies.
No question, no error is detected incorrectly.
But sigwait is not a function specified with an EINTR error number.
As I said before, this does not mean that EINTR cannot be returned.
But it will create havoc among programs and it causes undefined
behavior wrt to SA_RESTART. I think it is best to not have any
function for which EINTR is not a defined error to fail this way.
This causes the least amount of surprises and unnecessary loops around
the userlevel call sites.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|