aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs3.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-02-12 10:18:31 +0300
committerDmitry Vyukov <dvyukov@google.com>2015-02-13 04:59:29 +0000
commit8090f868fc44542a777e888947f8a3f6b6f4112c (patch)
tree15a2c463a5439b570689a19a83fc45a16584cc6e /src/runtime/stubs3.go
parent01ef6dbfa5c4b0c797a0a0523e3a9b2dc81f6e8b (diff)
downloadgo-8090f868fc44542a777e888947f8a3f6b6f4112c.tar.gz
go-8090f868fc44542a777e888947f8a3f6b6f4112c.zip
runtime: cleanup after conversion to Go
Change-Id: I7c41cc6a5ab9fb3b0cc3812cf7e9776884658778 Reviewed-on: https://go-review.googlesource.com/4671 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/stubs3.go')
-rw-r--r--src/runtime/stubs3.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/runtime/stubs3.go b/src/runtime/stubs3.go
deleted file mode 100644
index ffaa28775d..0000000000
--- a/src/runtime/stubs3.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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 plan9
-
-package runtime
-
-func close(fd int32) int32
-
-//go:noescape
-func open(name *byte, mode, perm int32) int32