Hi,

Why not check for EINTR errors in sigwait function instead of sigtimedwait function?
In posix, the sigtimedwait function can return an EINTR error.
Can you give me a reason for this situation?

Thanks