summaryrefslogtreecommitdiff
path: root/src/runtime/vdso_none.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/vdso_none.go')
-rw-r--r--src/runtime/vdso_none.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/runtime/vdso_none.go b/src/runtime/vdso_none.go
new file mode 100644
index 000000000..6f83ecc89
--- /dev/null
+++ b/src/runtime/vdso_none.go
@@ -0,0 +1,11 @@
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build !linux !amd64
+// +build !linux !386
+
+package runtime
+
+func sysargs(argc int32, argv **byte) {
+}