mirror of
https://github.com/golang/go
synced 2024-11-19 18:14:40 -07:00
2058511e4e
Change-Id: Ie21df37016c90cd0479c23ec4845f8195dd90fda Reviewed-on: https://go-review.googlesource.com/16518 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Russ Cox <rsc@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
12 lines
255 B
Go
12 lines
255 B
Go
// 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
|
|
// +build !darwin
|
|
|
|
package runtime
|
|
|
|
func sysargs(argc int32, argv **byte) {
|
|
}
|