mirror of
https://github.com/containers/skopeo.git
synced 2025-09-07 17:54:09 +00:00
Update vendor of containers/common and containers/storage
We are preparing for RHEL 8.4 release and want to make sure all container tools have the same containers suppackages. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
9
vendor/github.com/containers/common/pkg/retry/retry_linux.go
generated
vendored
Normal file
9
vendor/github.com/containers/common/pkg/retry/retry_linux.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package retry
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func shouldRestartPlatform(e error) bool {
|
||||
return e == syscall.ERESTART
|
||||
}
|
Reference in New Issue
Block a user