aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs2.go
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-11-20 12:24:03 +1100
committerAlex Brainman <alex.brainman@gmail.com>2014-11-20 12:24:03 +1100
commitab4578adefd216a6753728b5503ff22fae4ab60b (patch)
tree8cd8087f2f66d66f05fd6058973cbef81863830a /src/runtime/stubs2.go
parentf4a525452e1442c08e2a973a5871445258ed0054 (diff)
downloadgo-ab4578adefd216a6753728b5503ff22fae4ab60b.tar.gz
go-ab4578adefd216a6753728b5503ff22fae4ab60b.zip
[dev.cc] runtime: convert remaining windows C code to Go
LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/177090043
Diffstat (limited to 'src/runtime/stubs2.go')
-rw-r--r--src/runtime/stubs2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/stubs2.go b/src/runtime/stubs2.go
index 526b3c5691..cb0b0f0ed5 100644
--- a/src/runtime/stubs2.go
+++ b/src/runtime/stubs2.go
@@ -3,6 +3,7 @@
// license that can be found in the LICENSE file.
// +build !solaris
+// +build !windows
package runtime