-
Simon McVittie authored
If a blocking operation is interrupted by a signal, including SIGCHLD, various things can fail with EINTR. This is not a "real" error and can result in spurious failures. Resolves: https://github.com/containers/bubblewrap/issues/657 Signed-off-by:
Simon McVittie <smcv@collabora.com>
Simon McVittie authoredIf a blocking operation is interrupted by a signal, including SIGCHLD, various things can fail with EINTR. This is not a "real" error and can result in spurious failures. Resolves: https://github.com/containers/bubblewrap/issues/657 Signed-off-by:
Simon McVittie <smcv@collabora.com>