From 7cacd94aa6b454ba098e7dafe2ca82c1f28bd239 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 27 Jun 2017 10:16:28 +0200 Subject: vm/vmimpl: fix linux/ppc64le build --- vm/vmimpl/darwin.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 vm/vmimpl/darwin.go (limited to 'vm/vmimpl/darwin.go') diff --git a/vm/vmimpl/darwin.go b/vm/vmimpl/darwin.go deleted file mode 100644 index 6c890da21..000000000 --- a/vm/vmimpl/darwin.go +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2017 syzkaller project authors. All rights reserved. -// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. - -// +build darwin - -package vmimpl - -import "syscall" - -const ( - unix_CBAUD = 0 - unix_CRTSCTS = 0 - syscall_TCGETS = syscall.TIOCGETA - syscall_TCSETS = syscall.TIOCSETA -) -- cgit mrf-deployment