diff options
| author | Anton Lindqvist <anton@basename.se> | 2018-08-18 22:06:44 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-18 13:06:44 -0700 |
| commit | de20bcbb68a06e9589f4ad2bb162aa1feed0c5c9 (patch) | |
| tree | 18c007df18e436e241ec040078bff05a66bbb9dd /vm/vmimpl/console_openbsd.go | |
| parent | db1858f6b9dec7ff54adf144f378679b405b8509 (diff) | |
vm/vmm: support for vmm found on OpenBSD (#678)
vm/vmm: add vmm implementation found on OpenBSD
Diffstat (limited to 'vm/vmimpl/console_openbsd.go')
| -rw-r--r-- | vm/vmimpl/console_openbsd.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vm/vmimpl/console_openbsd.go b/vm/vmimpl/console_openbsd.go new file mode 100644 index 000000000..d7e3487c4 --- /dev/null +++ b/vm/vmimpl/console_openbsd.go @@ -0,0 +1,12 @@ +// 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. + +package vmimpl + +// Merely to fix build. +const ( + unixCBAUD = 0 + unixCRTSCTS = 0 + syscallTCGETS = 0 + syscallTCSETS = 0 +) |
