1
0
mirror of https://github.com/golang/go synced 2024-10-03 17:21:21 -06:00
go/src/runtime/vdso_none.go
Russ Cox 0fcf54b3d2 [dev.garbage] all: merge dev.cc into dev.garbage
The garbage collector is now written in Go.
There is plenty to clean up (just like on dev.cc).

all.bash passes on darwin/amd64, darwin/386, linux/amd64, linux/386.

TBR=rlh
R=austin, rlh, bradfitz
CC=golang-codereviews
https://golang.org/cl/173250043
2014-11-15 08:00:38 -05:00

12 lines
267 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 !amd64
// +build !linux !386
package runtime
func sysargs(argc int32, argv **byte) {
}