Russ Cox | e785e3a | 2014-11-11 17:08:54 -0500 | [diff] [blame] | 1 | // 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 Cox | 0fcf54b | 2014-11-15 08:00:38 -0500 | [diff] [blame] | 6 | // +build !linux !386 |
Dave Cheney | f15c675 | 2015-01-11 03:40:08 +0000 | [diff] [blame] | 7 | // +build !linux !arm |
Russ Cox | e785e3a | 2014-11-11 17:08:54 -0500 | [diff] [blame] | 8 | |
| 9 | package runtime |
| 10 | |
| 11 | func sysargs(argc int32, argv **byte) { |
| 12 | } |