diff options
Diffstat (limited to 'pkg/sentry/platform/kvm/machine_unsafe.go')
-rw-r--r-- | pkg/sentry/platform/kvm/machine_unsafe.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/sentry/platform/kvm/machine_unsafe.go b/pkg/sentry/platform/kvm/machine_unsafe.go index 452d88d7f..1d3c6d2d6 100644 --- a/pkg/sentry/platform/kvm/machine_unsafe.go +++ b/pkg/sentry/platform/kvm/machine_unsafe.go @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build go1.12 +// +build !go1.14 + +// Check go:linkname function signatures when updating Go version. + package kvm import ( |