blob: 93bd91ca859f8aef923f45bfb73c6b9929f86054 [file] [log] [blame]
Russ Coxe785e3a2014-11-11 17:08:54 -05001// Copyright 2014 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// +build !linux !amd64
Russ Cox0fcf54b2014-11-15 08:00:38 -05006// +build !linux !386
Dave Cheneyf15c6752015-01-11 03:40:08 +00007// +build !linux !arm
Russ Coxe785e3a2014-11-11 17:08:54 -05008
9package runtime
10
11func sysargs(argc int32, argv **byte) {
12}