Is it safe to assume that a system call will never return an EINTR
error when all signal handlers are set to default action?
If not, is there a way to force this behavior (for example, handling signals in a separate thread)?
Is it safe to assume that a system call will never return an EINTR
error when all signal handlers are set to default action?
If not, is there a way to force this behavior (for example, handling signals in a separate thread)?