aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2013-03-12 21:39:49 +0400
committerDmitriy Vyukov <dvyukov@google.com>2013-03-12 21:39:49 +0400
commit4e032ce301f980d238d876278d60a4937c772814 (patch)
tree16e2177127c084345b8cb0811b8b814df7ef6371 /src/pkg/runtime
parentc21188473103a14beb3b0950fb2331fea7e16d80 (diff)
downloadgo-4e032ce301f980d238d876278d60a4937c772814.tar.xz
runtime: fix build
R=golang-dev CC=golang-dev https://golang.org/cl/7760043
Diffstat (limited to 'src/pkg/runtime')
-rw-r--r--src/pkg/runtime/netpoll_stub.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/netpoll_stub.c b/src/pkg/runtime/netpoll_stub.c
index 90da7a85de..4dba88620a 100644
--- a/src/pkg/runtime/netpoll_stub.c
+++ b/src/pkg/runtime/netpoll_stub.c
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build windows
-
#include "runtime.h"
// Polls for ready network connections.