Ian Lance Taylor | e51657a | 2016-09-28 16:44:01 -0700 | [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 | |||||
Ian Lance Taylor | 33f65dc | 2021-07-30 14:28:58 -0700 | [diff] [blame] | 5 | //go:build !linux && !darwin && !dragonfly && !freebsd && !netbsd && !solaris |
Ian Lance Taylor | e51657a | 2016-09-28 16:44:01 -0700 | [diff] [blame] | 6 | |
7 | package runtime | ||||
8 | |||||
9 | func sysargs(argc int32, argv **byte) { | ||||
10 | } |