mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !linux
|
|
|
|
package retry
|
|
|
|
func isErrnoERESTART(e error) bool {
|
|
return false
|
|
}
|