Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(162)

Unified Diff: src/pkg/runtime/netpoll.goc

Issue 8670044: code review 8670044: net: implement netpoll for windows (Closed)
Patch Set: diff -r 5ee81a14cdfe https://go.googlecode.com/hg/ Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pkg/runtime/defs_windows_amd64.h ('k') | src/pkg/runtime/netpoll_stub.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/runtime/netpoll.goc
===================================================================
--- a/src/pkg/runtime/netpoll.goc
+++ b/src/pkg/runtime/netpoll.goc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin linux
+// +build darwin linux windows
package net
« no previous file with comments | « src/pkg/runtime/defs_windows_amd64.h ('k') | src/pkg/runtime/netpoll_stub.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b