blob: 5d473cab5ca482c1a16fc491caef8869e7a2717e [file] [log] [blame]
Ian Lance Taylore51657a2016-09-28 16:44:01 -07001// 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 Taylor33f65dc2021-07-30 14:28:58 -07005//go:build !linux && !darwin && !dragonfly && !freebsd && !netbsd && !solaris
Ian Lance Taylore51657a2016-09-28 16:44:01 -07006
7package runtime
8
9func sysargs(argc int32, argv **byte) {
10}