mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
e39ad65059
When running a script from an azure file share interrupted syscall occurs quite frequently, to remedy this add retries around execve syscall, when EINTR is returned. Signed-off-by: Maksim An <maksiman@microsoft.com>