Vendor in common 0.33.1

As per title

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2021-01-13 13:00:33 -05:00
parent 9473dda87c
commit 566a923950
8 changed files with 11 additions and 11 deletions

View File

@@ -4,6 +4,6 @@ import (
"syscall"
)
func shouldRestartPlatform(e error) bool {
func isErrnoERESTART(e error) bool {
return e == syscall.ERESTART
}